Cobalt
#2018C9
BlueColor Codes
All color formats for development
HEX
#2018C9RGB
rgb(32, 24, 201)HSL
hsl(243, 79%, 44%)OKLCH
oklch(0.4 0.247 268.9)CMYK
cmyk(84%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D15B5
2#1A13A1
3#17108D
4#130E79
5#100C64
6#0D0950
7#0A073C
8#060528
9#030214
Tints
Lighter variations
1#251BE2
2#3C33E7
3#544CEA
4#6C66ED
5#857FF0
6#9D99F3
7#B6B2F6
8#CECCF9
9#E7E5FC
Tones
Muted variations
1#2820C0
2#3029B7
3#3832AE
4#403BA5
5#48449D
6#504D94
7#58568B
8#605E82
9#686779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B96 #9B96F3 | BordersInactive statesPlaceholder text |
| 400 | 665F #665FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3B32 #3B32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2018 #2018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A13 #1A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120D #120D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C09 #0C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F1FD;
--cobalt-100: #E0DFFB;
--cobalt-200: #C6C4F8;
--cobalt-300: #9B96F3;
--cobalt-400: #665FEC;
--cobalt-500: #3B32E7;
--cobalt-600: #2018C9;
--cobalt-700: #1A13A0;
--cobalt-800: #120D72;
--cobalt-900: #0C0949;
--cobalt-950: #07052E;
}