Cobalt
#0E1DA4
BlueColor Codes
All color formats for development
HEX
#0E1DA4RGB
rgb(14, 29, 164)HSL
hsl(234, 84%, 35%)OKLCH
oklch(0.352 0.207 266.3)CMYK
cmyk(91%, 82%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1A94
2#0B1783
3#0A1473
4#091263
5#070F52
6#060C42
7#040931
8#030621
9#010310
Tints
Lighter variations
1#1123C3
2#1428E1
3#2A3DEC
4#4859EF
5#6774F2
6#8590F4
7#A4ACF7
8#C2C8FA
9#E1E3FC
Tones
Muted variations
1#16239D
2#1D2995
3#252F8E
4#2C3586
5#343B7F
6#3B4177
7#434770
8#4A4D68
9#525361
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939D #939DF6 | BordersInactive statesPlaceholder text |
| 400 | 5B6A #5B6AF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C3F #2C3FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1225 #1225CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E1D #0E1DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A15 #0A1575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070D #070D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FE;
--cobalt-100: #DEE1FC;
--cobalt-200: #C2C8FA;
--cobalt-300: #939DF6;
--cobalt-400: #5B6AF1;
--cobalt-500: #2C3FED;
--cobalt-600: #1225CE;
--cobalt-700: #0E1DA4;
--cobalt-800: #0A1575;
--cobalt-900: #070D4B;
--cobalt-950: #04082F;
}