Cobalt
#1856C9
BlueColor Codes
All color formats for development
HEX
#1856C9RGB
rgb(24, 86, 201)HSL
hsl(219, 79%, 44%)OKLCH
oklch(0.489 0.19 261.5)CMYK
cmyk(88%, 57%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#154DB5
2#1344A1
3#103C8D
4#0E3379
5#0C2B64
6#092250
7#071A3C
8#051128
9#020914
Tints
Lighter variations
1#1B61E2
2#3372E7
3#4C83EA
4#6695ED
5#7FA7F0
6#99B8F3
7#B2CAF6
8#CCDCF9
9#E5EDFC
Tones
Muted variations
1#2058C0
2#295BB7
3#325EAE
4#3B60A5
5#44639D
6#4D6694
7#56688B
8#5E6B82
9#676E79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D6 #C4D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B6 #96B6F3 | BordersInactive statesPlaceholder text |
| 400 | 5F91 #5F91EC | Disabled statesSecondary iconsMuted text |
| 500 | 3271 #3271E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1856 #1856C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1344 #1344A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D31 #0D3172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091F #091F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FD;
--cobalt-100: #DFE9FB;
--cobalt-200: #C4D6F8;
--cobalt-300: #96B6F3;
--cobalt-400: #5F91EC;
--cobalt-500: #3271E7;
--cobalt-600: #1856C9;
--cobalt-700: #1344A0;
--cobalt-800: #0D3172;
--cobalt-900: #091F49;
--cobalt-950: #05132E;
}