Cobalt
#1E1EC2
BlueColor Codes
All color formats for development
HEX
#1E1EC2RGB
rgb(30, 30, 194)HSL
hsl(240, 73%, 44%)OKLCH
oklch(0.395 0.236 268.6)CMYK
cmyk(85%, 85%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1BAF
2#18189B
3#151588
4#121274
5#0F0F61
6#0C0C4E
7#09093A
8#060627
9#030313
Tints
Lighter variations
1#2222DB
2#3939E0
3#5252E4
4#6B6BE8
5#8383EC
6#9C9CF0
7#B5B5F3
8#CECEF7
9#E6E6FB
Tones
Muted variations
1#2626BA
2#2F2FB2
3#3737AA
4#3F3FA1
5#474799
6#4F4F91
7#585889
8#606081
9#686878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C6 #C6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9A #9A9AEF | BordersInactive statesPlaceholder text |
| 400 | 6565 #6565E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3838 #3838E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E1E #1E1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1818 #18189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1111 #11116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0B #0B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0707 #07072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F2FD;
--cobalt-100: #E0E0FA;
--cobalt-200: #C6C6F6;
--cobalt-300: #9A9AEF;
--cobalt-400: #6565E7;
--cobalt-500: #3838E0;
--cobalt-600: #1E1EC2;
--cobalt-700: #18189A;
--cobalt-800: #11116E;
--cobalt-900: #0B0B47;
--cobalt-950: #07072C;
}