Cobalt
#2436BC
BlueColor Codes
All color formats for development
HEX
#2436BCRGB
rgb(36, 54, 188)HSL
hsl(233, 68%, 44%)OKLCH
oklch(0.422 0.207 268.6)CMYK
cmyk(81%, 71%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2030AA
2#1D2B97
3#192684
4#162071
5#121B5E
6#0E154B
7#0B1039
8#070B26
9#040513
Tints
Lighter variations
1#283DD4
2#3F51DA
3#5767DF
4#6F7DE4
5#8792E8
6#9FA8ED
7#B7BEF1
8#CFD4F6
9#E7E9FA
Tones
Muted variations
1#2C3CB5
2#3341AD
3#3B47A6
4#424D9E
5#4A5396
6#52598F
7#595F87
8#61657F
9#696A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CD #C7CDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA6 #9CA6EC | BordersInactive statesPlaceholder text |
| 400 | 6977 #6977E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E50 #3E50DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2436 #2436BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D2B #1D2B96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141F #141F6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D14 #0D1445 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E1E4F9;
--cobalt-200: #C7CDF4;
--cobalt-300: #9CA6EC;
--cobalt-400: #6977E2;
--cobalt-500: #3E50DA;
--cobalt-600: #2436BC;
--cobalt-700: #1D2B96;
--cobalt-800: #141F6B;
--cobalt-900: #0D1445;
--cobalt-950: #080C2B;
}