Cobalt
#14529F
BlueColor Codes
All color formats for development
HEX
#14529FRGB
rgb(20, 82, 159)HSL
hsl(213, 78%, 35%)OKLCH
oklch(0.446 0.139 256.6)CMYK
cmyk(87%, 48%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124A8F
2#10427F
3#0E3A6F
4#0C315F
5#0A294F
6#082140
7#061930
8#041020
9#020810
Tints
Lighter variations
1#1762BC
2#1B71DA
3#3082E5
4#4E94E9
5#6BA6ED
6#89B8F0
7#A6C9F4
8#C4DBF8
9#E1EDFB
Tones
Muted variations
1#1B5398
2#225491
3#29548A
4#2F5583
5#36567C
6#3D5675
7#44576E
8#4B5867
9#525960
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DB #C4DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C0 #97C0F2 | BordersInactive statesPlaceholder text |
| 400 | 609F #609FEB | Disabled statesSecondary iconsMuted text |
| 500 | 3383 #3383E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1967 #1967C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1452 #14529F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3B #0E3B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092649 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FD;
--cobalt-100: #DFECFB;
--cobalt-200: #C4DBF8;
--cobalt-300: #97C0F2;
--cobalt-400: #609FEB;
--cobalt-500: #3383E6;
--cobalt-600: #1967C8;
--cobalt-700: #14529F;
--cobalt-800: #0E3B71;
--cobalt-900: #092649;
--cobalt-950: #06182D;
}