Design System Color Reference

Ant Design Geekblue 7 Color Code

Ant Design Geekblue 7·#1D39C4

Blue FamilyCoolMid toneHigh saturationoklch(43.3% 0.216 267)
HEX
#1D39C4Primary token
RGB
rgb(29, 57, 196)Screen values
HSL
hsl(230 74% 44%)Hue and lightness
CMYK
85, 71, 0, 23Print handoff
LAB
32, 43, -74Perceptual reference
OKLCH
oklch(43.3% 0.216 267)Modern perceptual

Ant Design Geekblue 7 is a darker geekblue step in the Ant Design palette at #1D39C4. Use it when you need a more forceful geekblue for navigation, dense tools, pressed states, and interfaces that should feel cooler and more technical than Geekblue 6.

Best text colorWhite text
Body text contrast8.63:1
Best UseDenser enterprise tools, pressed states, and darker geekblue navigation

Tonal Scale

100#D6DBF4
300#97A4E4
500#465DCF
600#1D39C4
800#15298D

Contrast Checks

White text on this color

Buttons, badges, and filled actions.

8.63:1AAA-level contrast

Dark text on this color

Large headings and selective UI.

1.99:1Needs more separation

This color on light surface

Links, borders, and icons on light UI.

8.19:1AAA-level contrast
Best text colorWhite textContrast 8.63:1

Professional Reference

OKLCHoklch(43.3% 0.216 267)
Relative Luminance0.0717
Source TypeDesign System Color
Classification
Blue FamilyCoolMid toneHigh saturation
Source Context
Source Type
Design System Color
System
Ant Design
Closest Matches
Tailwind Indigo 700Tailwind Blue 700Ant Design Geekblue 6

Accessibility Matrix

White text on this color

White text placed on the current color.

8.63:1AAA

Dark text on this color

Dark text or headings on the current color.

1.99:1Needs more separation

This color on light surface

Use this color for links, strokes, or icons on light UI.

8.19:1AAA

This color on dark surface

Use this color inside dark shells for strokes, tags, or icons.

1.99:1Needs more separation
Best text colorWhite textContrast 8.63:1 · AAA

Where It Works

  • Navigation, pressed states, and denser enterprise tools.
  • Darker geekblue for stronger technical contrast.
  • Pairs with white, slate neutrals, and indigo anchors.

Reference Notes

Last Updated
2026-06-09
Source Library
Ant Design Colors
Methodology
Verified source values + site guidance
Color Notes

Ant Design Geekblue 7 is sourced from the published Ant Design Colors library and retained here as a searchable reference swatch for product, interface, and branding work.

Hue Family

Trust-building blues for enterprise and SaaS.

Source Collections
Design System Palettes

Related Colors

Palette Starting Points

Implementation Snippets

CSS Variables
:root {
  --color-ant-design-geekblue-7: #1D39C4;
  --color-ant-design-geekblue-7-rgb: 29 57 196;
}
Utility Class
class="bg-[#1D39C4] text-white"
class="hover:bg-[#15298D] ring-1 ring-[#1D39C4]"
JSON Token
{
  "antDesignGeekblue-7": "#1D39C4",
  "antDesignGeekblue-7Rgb": [29, 57, 196],
  "antDesignGeekblue-7Hsl": [230, 74, 44]
}