Cobalt
#0656AC
BlueColor Codes
All color formats for development
HEX
#0656ACRGB
rgb(6, 86, 172)HSL
hsl(211, 93%, 35%)OKLCH
oklch(0.463 0.154 256)CMYK
cmyk(97%, 50%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064E9B
2#05458A
3#043D79
4#043467
5#032B56
6#022345
7#021A34
8#011122
9#010911
Tints
Lighter variations
1#0767CC
2#0977EC
3#1F87F7
4#3F98F8
5#5FAAF9
6#7FBBFA
7#9FCCFC
8#BFDDFD
9#DFEEFE
Tones
Muted variations
1#0F57A4
2#17579C
3#1F5793
4#27588B
5#305883
6#38587A
7#405872
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 | BFDD #BFDDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC3 #8EC3FB | BordersInactive statesPlaceholder text |
| 400 | 53A3 #53A3F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2289 #2289F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 086D #086DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0656 #0656AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043E #043E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0328 #03284F | Primary textHigh emphasis contentDark headings |
| 950 | 0219 #021931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDEDFE;
--cobalt-200: #BFDDFD;
--cobalt-300: #8EC3FB;
--cobalt-400: #53A3F9;
--cobalt-500: #2289F7;
--cobalt-600: #086DD9;
--cobalt-700: #0656AC;
--cobalt-800: #043E7B;
--cobalt-900: #03284F;
--cobalt-950: #021931;
}