Cobalt
#076FAB
BlueColor Codes
All color formats for development
HEX
#076FABRGB
rgb(7, 111, 171)HSL
hsl(202, 92%, 35%)OKLCH
oklch(0.521 0.125 243.5)CMYK
cmyk(96%, 35%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06649A
2#065989
3#054E78
4#044367
5#043856
6#032C45
7#022133
8#011622
9#010B11
Tints
Lighter variations
1#0884CB
2#0A98EB
3#20A7F6
4#40B4F7
5#60C0F8
6#80CDFA
7#A0D9FB
8#BFE6FC
9#DFF2FE
Tones
Muted variations
1#0F6DA3
2#186B9B
3#206993
4#28668B
5#306482
6#38627A
7#416072
8#495E6A
9#515B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE6 #BFE6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED3 #8ED3FA | BordersInactive statesPlaceholder text |
| 400 | 54BC #54BCF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23A8 #23A8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 098C #098CD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 076F #076FAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 054F #054F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0333 #03334E | Primary textHigh emphasis contentDark headings |
| 950 | 0220 #022031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FE;
--cobalt-100: #DDF2FE;
--cobalt-200: #BFE6FC;
--cobalt-300: #8ED3FA;
--cobalt-400: #54BCF8;
--cobalt-500: #23A8F6;
--cobalt-600: #098CD7;
--cobalt-700: #076FAB;
--cobalt-800: #054F7A;
--cobalt-900: #03334E;
--cobalt-950: #022031;
}