Cobalt
#2C18C9
BlueColor Codes
All color formats for development
HEX
#2C18C9RGB
rgb(44, 24, 201)HSL
hsl(247, 79%, 44%)OKLCH
oklch(0.406 0.244 272)CMYK
cmyk(78%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2815B5
2#2313A1
3#1F108D
4#1B0E79
5#160C64
6#120950
7#0D073C
8#090528
9#040214
Tints
Lighter variations
1#321BE2
2#4833E7
3#5E4CEA
4#7566ED
5#8C7FF0
6#A399F3
7#BAB2F6
8#D1CCF9
9#E8E5FC
Tones
Muted variations
1#3320C0
2#3A29B7
3#4132AE
4#473BA5
5#4E449D
6#554D94
7#5C568B
8#635E82
9#696779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A196 #A196F3 | BordersInactive statesPlaceholder text |
| 400 | 705F #705FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4732 #4732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C18 #2C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2313 #2313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F1FD;
--cobalt-100: #E2DFFB;
--cobalt-200: #CAC4F8;
--cobalt-300: #A196F3;
--cobalt-400: #705FEC;
--cobalt-500: #4732E7;
--cobalt-600: #2C18C9;
--cobalt-700: #2313A0;
--cobalt-800: #190D72;
--cobalt-900: #100949;
--cobalt-950: #0A052E;
}