Cobalt
#14249F
BlueColor Codes
All color formats for development
HEX
#14249FRGB
rgb(20, 36, 159)HSL
hsl(233, 78%, 35%)OKLCH
oklch(0.357 0.194 267.2)CMYK
cmyk(87%, 77%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12208F
2#101D7F
3#0E196F
4#0C165F
5#0A124F
6#080E40
7#060B30
8#040720
9#020410
Tints
Lighter variations
1#172BBC
2#1B31DA
3#3046E5
4#4E60E9
5#6B7BED
6#8995F0
7#A6B0F4
8#C4CAF8
9#E1E5FB
Tones
Muted variations
1#1B2998
2#222F91
3#29348A
4#2F3983
5#363F7C
6#3D4475
7#44496E
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 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CA #C4CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A1 #97A1F2 | BordersInactive statesPlaceholder text |
| 400 | 6070 #6070EB | Disabled statesSecondary iconsMuted text |
| 500 | 3348 #3348E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192D #192DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1424 #14249F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1A #0E1A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0910 #091049 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE2FB;
--cobalt-200: #C4CAF8;
--cobalt-300: #97A1F2;
--cobalt-400: #6070EB;
--cobalt-500: #3348E6;
--cobalt-600: #192DC8;
--cobalt-700: #14249F;
--cobalt-800: #0E1A71;
--cobalt-900: #091049;
--cobalt-950: #060A2D;
}