Cobalt
#14269F
BlueColor Codes
All color formats for development
HEX
#14269FRGB
rgb(20, 38, 159)HSL
hsl(232, 78%, 35%)OKLCH
oklch(0.36 0.192 267)CMYK
cmyk(87%, 76%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12228F
2#101F7F
3#0E1B6F
4#0C175F
5#0A134F
6#080F40
7#060B30
8#040820
9#020410
Tints
Lighter variations
1#172DBC
2#1B34DA
3#3049E5
4#4E63E9
5#6B7DED
6#8997F0
7#A6B1F4
8#C4CBF8
9#E1E5FB
Tones
Muted variations
1#1B2B98
2#223091
3#29368A
4#2F3B83
5#36407C
6#3D4575
7#444A6E
8#4B4F67
9#525460
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CB #C4CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A3 #97A3F2 | BordersInactive statesPlaceholder text |
| 400 | 6073 #6073EB | Disabled statesSecondary iconsMuted text |
| 500 | 334B #334BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1930 #1930C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1426 #14269F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1B #0E1B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091149 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE3FB;
--cobalt-200: #C4CBF8;
--cobalt-300: #97A3F2;
--cobalt-400: #6073EB;
--cobalt-500: #334BE6;
--cobalt-600: #1930C8;
--cobalt-700: #14269F;
--cobalt-800: #0E1B71;
--cobalt-900: #091149;
--cobalt-950: #060B2D;
}