Cobalt
#1850C9
BlueColor Codes
All color formats for development
HEX
#1850C9RGB
rgb(24, 80, 201)HSL
hsl(221, 79%, 44%)OKLCH
oklch(0.477 0.197 262.7)CMYK
cmyk(88%, 60%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1548B5
2#1340A1
3#10388D
4#0E3079
5#0C2864
6#092050
7#07183C
8#051028
9#020814
Tints
Lighter variations
1#1B5AE2
2#336CE7
3#4C7EEA
4#6691ED
5#7FA3F0
6#99B5F3
7#B2C8F6
8#CCDAF9
9#E5EDFC
Tones
Muted variations
1#2053C0
2#2956B7
3#3259AE
4#3B5DA5
5#44609D
6#4D6394
7#56668B
8#5E6A82
9#676D79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D4 #C4D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B3 #96B3F3 | BordersInactive statesPlaceholder text |
| 400 | 5F8C #5F8CEC | Disabled statesSecondary iconsMuted text |
| 500 | 326B #326BE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1850 #1850C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 133F #133FA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2D #0D2D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091D #091D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0512 #05122E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE8FB;
--cobalt-200: #C4D4F8;
--cobalt-300: #96B3F3;
--cobalt-400: #5F8CEC;
--cobalt-500: #326BE7;
--cobalt-600: #1850C9;
--cobalt-700: #133FA0;
--cobalt-800: #0D2D72;
--cobalt-900: #091D49;
--cobalt-950: #05122E;
}