Cobalt
#0E20A4
BlueColor Codes
All color formats for development
HEX
#0E20A4RGB
rgb(14, 32, 164)HSL
hsl(233, 84%, 35%)OKLCH
oklch(0.355 0.204 266.1)CMYK
cmyk(91%, 80%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1D94
2#0B1983
3#0A1673
4#091363
5#071052
6#060D42
7#040A31
8#030621
9#010310
Tints
Lighter variations
1#1126C3
2#142CE1
3#2A40EC
4#485CEF
5#6777F2
6#8592F4
7#A4ADF7
8#C2C9FA
9#E1E4FC
Tones
Muted variations
1#16269D
2#1D2B95
3#25318E
4#2C3786
5#343D7F
6#3B4277
7#434870
8#4A4E68
9#525461
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939F #939FF6 | BordersInactive statesPlaceholder text |
| 400 | 5B6C #5B6CF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C42 #2C42ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1228 #1228CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E20 #0E20A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A17 #0A1775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070F #070F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FE;
--cobalt-100: #DEE2FC;
--cobalt-200: #C2C9FA;
--cobalt-300: #939FF6;
--cobalt-400: #5B6CF1;
--cobalt-500: #2C42ED;
--cobalt-600: #1228CE;
--cobalt-700: #0E20A4;
--cobalt-800: #0A1775;
--cobalt-900: #070F4B;
--cobalt-950: #04092F;
}