Cobalt
#1835C9
BlueColor Codes
All color formats for development
HEX
#1835C9RGB
rgb(24, 53, 201)HSL
hsl(230, 79%, 44%)OKLCH
oklch(0.43 0.227 266.1)CMYK
cmyk(88%, 74%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1530B5
2#132AA1
3#10258D
4#0E2079
5#0C1B64
6#091550
7#07103C
8#050B28
9#020514
Tints
Lighter variations
1#1B3CE2
2#3351E7
3#4C66EA
4#667CED
5#7F92F0
6#99A8F3
7#B2BEF6
8#CCD3F9
9#E5E9FC
Tones
Muted variations
1#203BC0
2#2941B7
3#3247AE
4#3B4DA5
5#44539D
6#4D5994
7#565E8B
8#5E6482
9#676A79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A5 #96A5F3 | BordersInactive statesPlaceholder text |
| 400 | 5F77 #5F77EC | Disabled statesSecondary iconsMuted text |
| 500 | 3250 #3250E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1835 #1835C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132A #132AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1E #0D1E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE4FB;
--cobalt-200: #C4CCF8;
--cobalt-300: #96A5F3;
--cobalt-400: #5F77EC;
--cobalt-500: #3250E7;
--cobalt-600: #1835C9;
--cobalt-700: #132AA0;
--cobalt-800: #0D1E72;
--cobalt-900: #091349;
--cobalt-950: #050C2E;
}