Cobalt
#064BAC
BlueColor Codes
All color formats for development
HEX
#064BACRGB
rgb(6, 75, 172)HSL
hsl(215, 93%, 35%)OKLCH
oklch(0.439 0.168 259.4)CMYK
cmyk(97%, 56%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06449B
2#053C8A
3#043579
4#042D67
5#032656
6#021E45
7#021734
8#010F22
9#010811
Tints
Lighter variations
1#0759CC
2#0967EC
3#1F79F7
4#3F8CF8
5#5F9FF9
6#7FB2FA
7#9FC6FC
8#BFD9FD
9#DFECFE
Tones
Muted variations
1#0F4DA4
2#174E9C
3#1F5093
4#27518B
5#305283
6#38547A
7#405572
8#49566A
9#515862
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD9 #BFD9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBB #8EBBFB | BordersInactive statesPlaceholder text |
| 400 | 5398 #5398F9 | Disabled statesSecondary iconsMuted text |
| 500 | 227A #227AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 085F #085FD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 064B #064BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0436 #04367B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0322 #03224F | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FE;
--cobalt-100: #DDEAFE;
--cobalt-200: #BFD9FD;
--cobalt-300: #8EBBFB;
--cobalt-400: #5398F9;
--cobalt-500: #227AF7;
--cobalt-600: #085FD9;
--cobalt-700: #064BAC;
--cobalt-800: #04367B;
--cobalt-900: #03224F;
--cobalt-950: #021631;
}