Cobalt
#1861C9
BlueColor Codes
All color formats for development
HEX
#1861C9RGB
rgb(24, 97, 201)HSL
hsl(215, 79%, 44%)OKLCH
oklch(0.512 0.176 258.7)CMYK
cmyk(88%, 52%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1558B5
2#134EA1
3#10448D
4#0E3A79
5#0C3164
6#092750
7#071D3C
8#051328
9#020A14
Tints
Lighter variations
1#1B6EE2
2#337EE7
3#4C8EEA
4#669EED
5#7FAEF0
6#99BEF3
7#B2CFF6
8#CCDFF9
9#E5EFFC
Tones
Muted variations
1#2063C0
2#2964B7
3#3266AE
4#3B67A5
5#44699D
6#4D6A94
7#566C8B
8#5E6D82
9#676F79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D9 #C4D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96BD #96BDF3 | BordersInactive statesPlaceholder text |
| 400 | 5F9A #5F9AEC | Disabled statesSecondary iconsMuted text |
| 500 | 327D #327DE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1861 #1861C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 134D #134DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D37 #0D3772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0923 #092349 | Primary textHigh emphasis contentDark headings |
| 950 | 0516 #05162E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FD;
--cobalt-100: #DFEBFB;
--cobalt-200: #C4D9F8;
--cobalt-300: #96BDF3;
--cobalt-400: #5F9AEC;
--cobalt-500: #327DE7;
--cobalt-600: #1861C9;
--cobalt-700: #134DA0;
--cobalt-800: #0D3772;
--cobalt-900: #092349;
--cobalt-950: #05162E;
}