Cobalt
#0654AC
BlueColor Codes
All color formats for development
HEX
#0654ACRGB
rgb(6, 84, 172)HSL
hsl(212, 93%, 35%)OKLCH
oklch(0.458 0.156 256.7)CMYK
cmyk(97%, 51%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064B9B
2#05438A
3#043B79
4#043267
5#032A56
6#022145
7#021934
8#011122
9#010811
Tints
Lighter variations
1#0763CC
2#0973EC
3#1F84F7
4#3F95F8
5#5FA7F9
6#7FB9FA
7#9FCAFC
8#BFDCFD
9#DFEDFE
Tones
Muted variations
1#0F54A4
2#17559C
3#1F5593
4#27568B
5#305683
6#38577A
7#405872
8#49586A
9#515962
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDC #BFDCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC1 #8EC1FB | BordersInactive statesPlaceholder text |
| 400 | 53A0 #53A0F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2285 #2285F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0869 #0869D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0654 #0654AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043C #043C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0326 #03264F | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDECFE;
--cobalt-200: #BFDCFD;
--cobalt-300: #8EC1FB;
--cobalt-400: #53A0F9;
--cobalt-500: #2285F7;
--cobalt-600: #0869D9;
--cobalt-700: #0654AC;
--cobalt-800: #043C7B;
--cobalt-900: #03264F;
--cobalt-950: #021831;
}