Cobalt
#064279
BlueColor Codes
All color formats for development
HEX
#064279RGB
rgb(6, 66, 121)HSL
hsl(209, 91%, 25%)OKLCH
oklch(0.377 0.109 252.4)CMYK
cmyk(95%, 45%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#053B6E
2#053561
3#042E55
4#032749
5#03213D
6#021A31
7#021425
8#010D18
9#01070C
Tints
Lighter variations
1#07559E
2#0969C3
3#0B7DE7
4#2490F5
5#48A2F6
6#6DB5F8
7#91C7FA
8#B6DAFC
9#DAECFD
Tones
Muted variations
1#0C4174
2#11416E
3#174168
4#1D4163
5#23415D
6#294157
7#2E4051
8#34404B
9#3A4046
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DF #C0DFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC6 #8FC6FA | BordersInactive statesPlaceholder text |
| 400 | 55A8 #55A8F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2490 #2490F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A74 #0A74D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 085C #085CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0642 #06427A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4E | 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: #F0F8FE;
--cobalt-100: #DDEEFD;
--cobalt-200: #C0DFFC;
--cobalt-300: #8FC6FA;
--cobalt-400: #55A8F7;
--cobalt-500: #2490F5;
--cobalt-600: #0A74D6;
--cobalt-700: #085CAA;
--cobalt-800: #06427A;
--cobalt-900: #042A4E;
--cobalt-950: #021A31;
}