Cobalt
#06407A
BlueColor Codes
All color formats for development
HEX
#06407ARGB
rgb(6, 64, 122)HSL
hsl(210, 91%, 25%)OKLCH
oklch(0.373 0.113 253.9)CMYK
cmyk(95%, 48%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05396E
2#053361
3#042D55
4#032649
5#03203D
6#021931
7#021325
8#010D18
9#01060C
Tints
Lighter variations
1#07539E
2#0966C3
3#0B79E7
4#248CF5
5#489FF6
6#6DB2F8
7#91C6FA
8#B6D9FC
9#DAECFD
Tones
Muted variations
1#0C4074
2#11406E
3#174068
4#1D4063
5#23405D
6#294057
7#2E4051
8#34404B
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 | C0DE #C0DEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC4 #8FC4FA | BordersInactive statesPlaceholder text |
| 400 | 55A6 #55A6F7 | Disabled statesSecondary iconsMuted text |
| 500 | 248C #248CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A70 #0A70D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0859 #0859AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0640 #06407A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0429 #04294E | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDEDFD;
--cobalt-200: #C0DEFC;
--cobalt-300: #8FC4FA;
--cobalt-400: #55A6F7;
--cobalt-500: #248CF5;
--cobalt-600: #0A70D6;
--cobalt-700: #0859AA;
--cobalt-800: #06407A;
--cobalt-900: #04294E;
--cobalt-950: #021A31;
}