Cobalt
#0659AC
BlueColor Codes
All color formats for development
HEX
#0659ACRGB
rgb(6, 89, 172)HSL
hsl(210, 93%, 35%)OKLCH
oklch(0.47 0.15 254.9)CMYK
cmyk(97%, 48%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06509B
2#05478A
3#043E79
4#043667
5#032D56
6#022445
7#021B34
8#011222
9#010911
Tints
Lighter variations
1#076ACC
2#097AEC
3#1F8BF7
4#3F9CF8
5#5FACF9
6#7FBDFA
7#9FCDFC
8#BFDEFD
9#DFEEFE
Tones
Muted variations
1#0F59A4
2#17599C
3#1F5993
4#27598B
5#305983
6#38597A
7#405972
8#49596A
9#515962
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDE #BFDEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC4 #8EC4FB | BordersInactive statesPlaceholder text |
| 400 | 53A6 #53A6F9 | Disabled statesSecondary iconsMuted text |
| 500 | 228C #228CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0870 #0870D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0659 #0659AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0440 #04407B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0329 #03294F | 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: #DDEDFE;
--cobalt-200: #BFDEFD;
--cobalt-300: #8EC4FB;
--cobalt-400: #53A6F9;
--cobalt-500: #228CF7;
--cobalt-600: #0870D9;
--cobalt-700: #0659AC;
--cobalt-800: #04407B;
--cobalt-900: #03294F;
--cobalt-950: #021A31;
}