Cobalt
#0867AA
BlueColor Codes
All color formats for development
HEX
#0867AARGB
rgb(8, 103, 170)HSL
hsl(205, 91%, 35%)OKLCH
oklch(0.501 0.132 247.9)CMYK
cmyk(95%, 39%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#075D99
2#065288
3#064877
4#053E66
5#043355
6#032944
7#021F33
8#021522
9#010A11
Tints
Lighter variations
1#0A7ACA
2#0B8DEA
3#219DF5
4#41ABF6
5#61B9F8
6#80C7F9
7#A0D5FB
8#C0E3FC
9#DFF1FE
Tones
Muted variations
1#1065A2
2#18649A
3#206392
4#29618A
5#316082
6#395F7A
7#415D72
8#495C69
9#515B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E3 #C0E3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FCD #8FCDFA | BordersInactive statesPlaceholder text |
| 400 | 55B3 #55B3F7 | Disabled statesSecondary iconsMuted text |
| 500 | 249E #249EF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A81 #0A81D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0867 #0867AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0649 #06497A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042F #042F4E | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FE;
--cobalt-100: #DDF0FD;
--cobalt-200: #C0E3FC;
--cobalt-300: #8FCDFA;
--cobalt-400: #55B3F7;
--cobalt-500: #249EF5;
--cobalt-600: #0A81D6;
--cobalt-700: #0867AA;
--cobalt-800: #06497A;
--cobalt-900: #042F4E;
--cobalt-950: #021D31;
}