Cobalt
#1E1BC5
BlueColor Codes
All color formats for development
HEX
#1E1BC5RGB
rgb(30, 27, 197)HSL
hsl(241, 76%, 44%)OKLCH
oklch(0.396 0.241 268.5)CMYK
cmyk(85%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B18B2
2#18169E
3#15138A
4#121076
5#0F0D63
6#0C0B4F
7#09083B
8#060527
9#030314
Tints
Lighter variations
1#221EDF
2#3936E4
3#524FE7
4#6A68EA
5#8381EE
6#9C9AF1
7#B5B4F5
8#CDCDF8
9#E6E6FC
Tones
Muted variations
1#2623BD
2#2E2CB4
3#3635AC
4#3F3DA3
5#47469B
6#4F4E92
7#57578A
8#605F81
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 | 9998 #9998F1 | BordersInactive statesPlaceholder text |
| 400 | 6462 #6462EA | Disabled statesSecondary iconsMuted text |
| 500 | 3835 #3835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E1B #1E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1815 #18159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110F #110F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0A #0B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | 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: #9998F1;
--cobalt-400: #6462EA;
--cobalt-500: #3835E3;
--cobalt-600: #1E1BC5;
--cobalt-700: #18159D;
--cobalt-800: #110F70;
--cobalt-900: #0B0A48;
--cobalt-950: #07062D;
}