Cobalt
#14299F
BlueColor Codes
All color formats for development
HEX
#14299FRGB
rgb(20, 41, 159)HSL
hsl(231, 78%, 35%)OKLCH
oklch(0.364 0.189 266.7)CMYK
cmyk(87%, 74%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12248F
2#10207F
3#0E1C6F
4#0C185F
5#0A144F
6#081040
7#060C30
8#040820
9#020410
Tints
Lighter variations
1#1730BC
2#1B38DA
3#304CE5
4#4E65E9
5#6B7FED
6#8999F0
7#A6B2F4
8#C4CCF8
9#E1E5FB
Tones
Muted variations
1#1B2D98
2#223291
3#29378A
4#2F3C83
5#36417C
6#3D4675
7#444B6E
8#4B5067
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 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A4 #97A4F2 | BordersInactive statesPlaceholder text |
| 400 | 6075 #6075EB | Disabled statesSecondary iconsMuted text |
| 500 | 334E #334EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1933 #1933C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1429 #14299F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1D #0E1D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | Primary textHigh emphasis contentDark headings |
| 950 | 060C #060C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE3FB;
--cobalt-200: #C4CCF8;
--cobalt-300: #97A4F2;
--cobalt-400: #6075EB;
--cobalt-500: #334EE6;
--cobalt-600: #1933C8;
--cobalt-700: #14299F;
--cobalt-800: #0E1D71;
--cobalt-900: #091349;
--cobalt-950: #060C2D;
}