Cobalt
#0E2AA4
BlueColor Codes
All color formats for development
HEX
#0E2AA4RGB
rgb(14, 42, 164)HSL
hsl(229, 84%, 35%)OKLCH
oklch(0.37 0.195 265.5)CMYK
cmyk(91%, 74%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2694
2#0B2183
3#0A1D73
4#091963
5#071552
6#061142
7#040D31
8#030821
9#010410
Tints
Lighter variations
1#1132C3
2#1439E1
3#2A4DEC
4#4867EF
5#6780F2
6#8599F4
7#A4B3F7
8#C2CCFA
9#E1E6FC
Tones
Muted variations
1#162F9D
2#1D3395
3#25388E
4#2C3D86
5#34427F
6#3B4677
7#434B70
8#4A5068
9#525561
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A5 #93A5F6 | BordersInactive statesPlaceholder text |
| 400 | 5B76 #5B76F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C4F #2C4FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1235 #1235CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E2A #0E2AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1E #0A1E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0713 #07134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DEE4FC;
--cobalt-200: #C2CCFA;
--cobalt-300: #93A5F6;
--cobalt-400: #5B76F1;
--cobalt-500: #2C4FED;
--cobalt-600: #1235CE;
--cobalt-700: #0E2AA4;
--cobalt-800: #0A1E75;
--cobalt-900: #07134B;
--cobalt-950: #040C2F;
}