Cobalt
#063E79
BlueColor Codes
All color formats for development
HEX
#063E79RGB
rgb(6, 62, 121)HSL
hsl(211, 91%, 25%)OKLCH
oklch(0.367 0.114 254.8)CMYK
cmyk(95%, 49%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05386E
2#053161
3#042B55
4#032549
5#031F3D
6#021931
7#021325
8#010C18
9#01060C
Tints
Lighter variations
1#07509E
2#0963C3
3#0B75E7
4#2489F5
5#489CF6
6#6DB0F8
7#91C4FA
8#B6D8FC
9#DAEBFD
Tones
Muted variations
1#0C3E74
2#113E6E
3#173E68
4#1D3F63
5#233F5D
6#293F57
7#2E3F51
8#343F4B
9#3A4046
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DD #C0DDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC3 #8FC3FA | BordersInactive statesPlaceholder text |
| 400 | 55A3 #55A3F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2489 #2489F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A6D #0A6DD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0857 #0857AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063E #063E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0428 #04284E | Primary textHigh emphasis contentDark headings |
| 950 | 0219 #021931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDEDFD;
--cobalt-200: #C0DDFC;
--cobalt-300: #8FC3FA;
--cobalt-400: #55A3F7;
--cobalt-500: #2489F5;
--cobalt-600: #0A6DD6;
--cobalt-700: #0857AA;
--cobalt-800: #063E7A;
--cobalt-900: #04284E;
--cobalt-950: #021931;
}