Cobalt
#0651AC
BlueColor Codes
All color formats for development
HEX
#0651ACRGB
rgb(6, 81, 172)HSL
hsl(213, 93%, 35%)OKLCH
oklch(0.452 0.16 257.7)CMYK
cmyk(97%, 53%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06499B
2#05418A
3#043979
4#043167
5#032856
6#022045
7#021834
8#011022
9#010811
Tints
Lighter variations
1#0760CC
2#096FEC
3#1F80F7
4#3F92F8
5#5FA4F9
6#7FB7FA
7#9FC9FC
8#BFDBFD
9#DFEDFE
Tones
Muted variations
1#0F52A4
2#17539C
3#1F5393
4#27548B
5#305583
6#38567A
7#405772
8#49586A
9#515862
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDB #BFDBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBF #8EBFFB | BordersInactive statesPlaceholder text |
| 400 | 539D #539DF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2282 #2282F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0866 #0866D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0651 #0651AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043A #043A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0325 #03254F | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDEBFE;
--cobalt-200: #BFDBFD;
--cobalt-300: #8EBFFB;
--cobalt-400: #539DF9;
--cobalt-500: #2282F7;
--cobalt-600: #0866D9;
--cobalt-700: #0651AC;
--cobalt-800: #043A7B;
--cobalt-900: #03254F;
--cobalt-950: #021731;
}