Cobalt
#06447A
BlueColor Codes
All color formats for development
HEX
#06447ARGB
rgb(6, 68, 122)HSL
hsl(208, 91%, 25%)OKLCH
oklch(0.383 0.108 251.4)CMYK
cmyk(95%, 44%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#053D6E
2#053661
3#042F55
4#032949
5#03223D
6#021B31
7#021425
8#010E18
9#01070C
Tints
Lighter variations
1#07589E
2#096CC3
3#0B80E7
4#2493F5
5#48A5F6
6#6DB7F8
7#91C9FA
8#B6DBFC
9#DAEDFD
Tones
Muted variations
1#0C4374
2#11436E
3#174268
4#1D4263
5#23425D
6#294157
7#2E4151
8#34414B
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 | C0E0 #C0E0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC8 #8FC8FA | BordersInactive statesPlaceholder text |
| 400 | 55AB #55ABF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2493 #2493F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A77 #0A77D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 085F #085FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0644 #06447A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4E | Primary textHigh emphasis contentDark headings |
| 950 | 021B #021B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FE;
--cobalt-100: #DDEEFD;
--cobalt-200: #C0E0FC;
--cobalt-300: #8FC8FA;
--cobalt-400: #55ABF7;
--cobalt-500: #2493F5;
--cobalt-600: #0A77D6;
--cobalt-700: #085FAA;
--cobalt-800: #06447A;
--cobalt-900: #042B4E;
--cobalt-950: #021B31;
}