Cobalt
#1847C9
BlueColor Codes
All color formats for development
HEX
#1847C9RGB
rgb(24, 71, 201)HSL
hsl(224, 79%, 44%)OKLCH
oklch(0.46 0.207 264.2)CMYK
cmyk(88%, 65%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1540B5
2#1339A1
3#10328D
4#0E2B79
5#0C2364
6#091C50
7#07153C
8#050E28
9#020714
Tints
Lighter variations
1#1B50E2
2#3363E7
3#4C76EA
4#668AED
5#7F9DF0
6#99B1F3
7#B2C4F6
8#CCD8F9
9#E5EBFC
Tones
Muted variations
1#204BC0
2#294FB7
3#3253AE
4#3B57A5
5#445C9D
6#4D6094
7#56648B
8#5E6882
9#676C79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D2 #C4D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AF #96AFF3 | BordersInactive statesPlaceholder text |
| 400 | 5F85 #5F85EC | Disabled statesSecondary iconsMuted text |
| 500 | 3262 #3262E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1847 #1847C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1338 #1338A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D28 #0D2872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091A #091A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0510 #05102E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE7FB;
--cobalt-200: #C4D2F8;
--cobalt-300: #96AFF3;
--cobalt-400: #5F85EC;
--cobalt-500: #3262E7;
--cobalt-600: #1847C9;
--cobalt-700: #1338A0;
--cobalt-800: #0D2872;
--cobalt-900: #091A49;
--cobalt-950: #05102E;
}