Cobalt
#211BC5
BlueColor Codes
All color formats for development
HEX
#211BC5RGB
rgb(33, 27, 197)HSL
hsl(242, 76%, 44%)OKLCH
oklch(0.398 0.241 269.2)CMYK
cmyk(83%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D18B2
2#1A169E
3#17138A
4#141076
5#100D63
6#0D0B4F
7#0A083B
8#070527
9#030314
Tints
Lighter variations
1#251EDF
2#3C36E4
3#544FE7
4#6D68EA
5#8581EE
6#9D9AF1
7#B6B4F5
8#CECDF8
9#E7E6FC
Tones
Muted variations
1#2923BD
2#312CB4
3#3835AC
4#403DA3
5#48469B
6#504E92
7#58578A
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 | C6C5 #C6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B98 #9B98F1 | BordersInactive statesPlaceholder text |
| 400 | 6662 #6662EA | Disabled statesSecondary iconsMuted text |
| 500 | 3B35 #3B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 211B #211BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A15 #1A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130F #130F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0A #0C0A48 | 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: #C6C5F7;
--cobalt-300: #9B98F1;
--cobalt-400: #6662EA;
--cobalt-500: #3B35E3;
--cobalt-600: #211BC5;
--cobalt-700: #1A159D;
--cobalt-800: #130F70;
--cobalt-900: #0C0A48;
--cobalt-950: #07062D;
}