Cobalt
#065CAC
BlueColor Codes
All color formats for development
HEX
#065CACRGB
rgb(6, 92, 172)HSL
hsl(209, 93%, 35%)OKLCH
oklch(0.477 0.147 253.7)CMYK
cmyk(97%, 47%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06539B
2#054A8A
3#044079
4#043767
5#032E56
6#022545
7#021C34
8#011222
9#010911
Tints
Lighter variations
1#076DCC
2#097EEC
3#1F8FF7
4#3F9FF8
5#5FAFF9
6#7FBFFA
7#9FCFFC
8#BFDFFD
9#DFEFFE
Tones
Muted variations
1#0F5CA4
2#175B9C
3#1F5B93
4#275B8B
5#305B83
6#385A7A
7#405A72
8#495A6A
9#515A62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDF #BFDFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC6 #8EC6FB | BordersInactive statesPlaceholder text |
| 400 | 53A9 #53A9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2290 #2290F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0874 #0874D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 065C #065CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0442 #04427B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032A #032A4F | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FE;
--cobalt-100: #DDEEFE;
--cobalt-200: #BFDFFD;
--cobalt-300: #8EC6FB;
--cobalt-400: #53A9F9;
--cobalt-500: #2290F7;
--cobalt-600: #0874D9;
--cobalt-700: #065CAC;
--cobalt-800: #04427B;
--cobalt-900: #032A4F;
--cobalt-950: #021A31;
}