Cobalt
#0672AC
BlueColor Codes
All color formats for development
HEX
#0672ACRGB
rgb(6, 114, 172)HSL
hsl(201, 93%, 35%)OKLCH
oklch(0.529 0.124 241.9)CMYK
cmyk(97%, 34%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06679B
2#055B8A
3#045079
4#044467
5#033956
6#022E45
7#022234
8#011722
9#010B11
Tints
Lighter variations
1#0787CC
2#099DEC
3#1FABF7
4#3FB7F8
5#5FC3F9
6#7FCFFA
7#9FDBFC
8#BFE7FD
9#DFF3FE
Tones
Muted variations
1#0F70A4
2#176D9C
3#1F6B93
4#27688B
5#306683
6#38637A
7#406172
8#495E6A
9#515C62
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 | BFE7 #BFE7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED5 #8ED5FB | BordersInactive statesPlaceholder text |
| 400 | 53BF #53BFF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22AC #22ACF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0890 #0890D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0672 #0672AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0452 #04527B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0334 #03344F | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FE;
--cobalt-100: #DDF2FE;
--cobalt-200: #BFE7FD;
--cobalt-300: #8ED5FB;
--cobalt-400: #53BFF9;
--cobalt-500: #22ACF7;
--cobalt-600: #0890D9;
--cobalt-700: #0672AC;
--cobalt-800: #04527B;
--cobalt-900: #03344F;
--cobalt-950: #022131;
}