Cobalt
#1C1CC4
BlueColor Codes
All color formats for development
HEX
#1C1CC4RGB
rgb(28, 28, 196)HSL
hsl(240, 75%, 44%)OKLCH
oklch(0.395 0.24 268.1)CMYK
cmyk(86%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1919B1
2#16169D
3#141489
4#111176
5#0E0E62
6#0B0B4F
7#08083B
8#060627
9#030314
Tints
Lighter variations
1#2020DD
2#3737E2
3#5050E6
4#6969EA
5#8282ED
6#9B9BF1
7#B4B4F4
8#CDCDF8
9#E6E6FB
Tones
Muted variations
1#2424BC
2#2D2DB4
3#3535AB
4#3E3EA3
5#46469A
6#4F4F92
7#575789
8#5F5F81
9#686879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9898 #9898F0 | BordersInactive statesPlaceholder text |
| 400 | 6363 #6363E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3636 #3636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C1C #1C1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1616 #16169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1010 #101070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0A #0A0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F2FD;
--cobalt-100: #E0E0FB;
--cobalt-200: #C5C5F7;
--cobalt-300: #9898F0;
--cobalt-400: #6363E9;
--cobalt-500: #3636E2;
--cobalt-600: #1C1CC4;
--cobalt-700: #16169C;
--cobalt-800: #101070;
--cobalt-900: #0A0A47;
--cobalt-950: #06062D;
}