Cobalt
#0470AE
BlueColor Codes
All color formats for development
HEX
#0470AERGB
rgb(4, 112, 174)HSL
hsl(202, 96%, 35%)OKLCH
oklch(0.525 0.128 243.9)CMYK
cmyk(98%, 36%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03659D
2#035A8C
3#024E7A
4#024369
5#023857
6#012D46
7#012234
8#011623
9#000B11
Tints
Lighter variations
1#0485CF
2#059AF0
3#1CA9FA
4#3CB5FB
5#5DC1FC
6#7DCEFC
7#9EDAFD
8#BEE6FE
9#DFF3FE
Tones
Muted variations
1#0C6EA6
2#156C9E
3#1D6995
4#26678D
5#2E6584
6#37627C
7#406073
8#485E6A
9#515C62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE6 #BEE6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD3 #8CD3FD | BordersInactive statesPlaceholder text |
| 400 | 50BD #50BDFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EAA #1EAAFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 048D #048DDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0470 #0470AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0350 #03507D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0233 #023350 | Primary textHigh emphasis contentDark headings |
| 950 | 0120 #012032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FF;
--cobalt-100: #DCF2FE;
--cobalt-200: #BEE6FE;
--cobalt-300: #8CD3FD;
--cobalt-400: #50BDFB;
--cobalt-500: #1EAAFA;
--cobalt-600: #048DDC;
--cobalt-700: #0470AF;
--cobalt-800: #03507D;
--cobalt-900: #023350;
--cobalt-950: #012032;
}