Blue
#2212CE
BlueColor Codes
All color formats for development
HEX
#2212CERGB
rgb(34, 18, 206)HSL
hsl(245, 84%, 44%)OKLCH
oklch(0.403 0.255 269.2)CMYK
cmyk(83%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E10BA
2#1B0EA5
3#180D91
4#140B7C
5#110967
6#0D0753
7#0A053E
8#070429
9#030215
Tints
Lighter variations
1#2614E9
2#3D2DED
3#5547EF
4#6D61F1
5#867CF4
6#9E96F6
7#B6B0F8
8#CECAFA
9#E7E5FD
Tones
Muted variations
1#2A1BC5
2#3125BC
3#392EB2
4#4138A9
5#49419F
6#514B96
7#59548C
8#605D83
9#68677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B93 #9B93F6 | BordersInactive statesPlaceholder text |
| 400 | 675B #675BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 3C2C #3C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2212 #2212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B0E #1B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130A #130A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C07 #0C074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E1DEFC;
--blue-200: #C7C2FA;
--blue-300: #9B93F6;
--blue-400: #675BF1;
--blue-500: #3C2CED;
--blue-600: #2212CE;
--blue-700: #1B0EA4;
--blue-800: #130A75;
--blue-900: #0C074B;
--blue-950: #08042F;
}