Cobalt
#076CAB
BlueColor Codes
All color formats for development
HEX
#076CABRGB
rgb(7, 108, 171)HSL
hsl(203, 92%, 35%)OKLCH
oklch(0.514 0.128 245.4)CMYK
cmyk(96%, 37%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06629A
2#065789
3#054C78
4#044167
5#043656
6#032B45
7#022133
8#011622
9#010B11
Tints
Lighter variations
1#0881CB
2#0A95EB
3#20A4F6
4#40B1F7
5#60BEF8
6#80CBFA
7#A0D8FB
8#BFE5FC
9#DFF2FE
Tones
Muted variations
1#0F6AA3
2#18699B
3#206793
4#28658B
5#306382
6#38617A
7#415F72
8#495D6A
9#515B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE5 #BFE5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED1 #8ED1FA | BordersInactive statesPlaceholder text |
| 400 | 54B9 #54B9F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23A5 #23A5F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0988 #0988D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 076C #076CAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 054D #054D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0332 #03324E | Primary textHigh emphasis contentDark headings |
| 950 | 021F #021F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FE;
--cobalt-100: #DDF1FE;
--cobalt-200: #BFE5FC;
--cobalt-300: #8ED1FA;
--cobalt-400: #54B9F8;
--cobalt-500: #23A5F6;
--cobalt-600: #0988D7;
--cobalt-700: #076CAB;
--cobalt-800: #054D7A;
--cobalt-900: #03324E;
--cobalt-950: #021F31;
}