Cobalt
#1C38C4
BlueColor Codes
All color formats for development
HEX
#1C38C4RGB
rgb(28, 56, 196)HSL
hsl(230, 75%, 44%)OKLCH
oklch(0.431 0.217 266.6)CMYK
cmyk(86%, 71%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1932B1
2#162D9D
3#142789
4#112276
5#0E1C62
6#0B164F
7#08113B
8#060B27
9#030614
Tints
Lighter variations
1#203FDD
2#3754E2
3#5069E6
4#697EEA
5#8294ED
6#9BA9F1
7#B4BFF4
8#CDD4F8
9#E6EAFB
Tones
Muted variations
1#243EBC
2#2D43B4
3#3549AB
4#3E4FA3
5#46549A
6#4F5A92
7#575F89
8#5F6581
9#686B79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CD #C5CDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A7 #98A7F0 | BordersInactive statesPlaceholder text |
| 400 | 6379 #6379E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3653 #3653E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C38 #1C38C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 162D #162D9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1020 #102070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A14 #0A1447 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FD;
--cobalt-100: #E0E4FB;
--cobalt-200: #C5CDF7;
--cobalt-300: #98A7F0;
--cobalt-400: #6379E9;
--cobalt-500: #3653E2;
--cobalt-600: #1C38C4;
--cobalt-700: #162D9C;
--cobalt-800: #102070;
--cobalt-900: #0A1447;
--cobalt-950: #060D2D;
}