Cobalt
#2429BC
BlueColor Codes
All color formats for development
HEX
#2429BCRGB
rgb(36, 41, 188)HSL
hsl(238, 68%, 44%)OKLCH
oklch(0.404 0.22 269.8)CMYK
cmyk(81%, 78%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2025AA
2#1D2197
3#191D84
4#161971
5#12145E
6#0E104B
7#0B0C39
8#070826
9#040413
Tints
Lighter variations
1#282ED4
2#3F44DA
3#575CDF
4#6F73E4
5#878AE8
6#9FA2ED
7#B7B9F1
8#CFD0F6
9#E7E8FA
Tones
Muted variations
1#2C30B5
2#3337AD
3#3B3EA6
4#42459E
5#4A4D96
6#52548F
7#595B87
8#61627F
9#696978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9F #9C9FEC | BordersInactive statesPlaceholder text |
| 400 | 696D #696DE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E43 #3E43DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2429 #2429BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D21 #1D2196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1417 #14176B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F2FD;
--cobalt-100: #E1E2F9;
--cobalt-200: #C7C9F4;
--cobalt-300: #9C9FEC;
--cobalt-400: #696DE2;
--cobalt-500: #3E43DA;
--cobalt-600: #2429BC;
--cobalt-700: #1D2196;
--cobalt-800: #14176B;
--cobalt-900: #0D0F45;
--cobalt-950: #08092B;
}