Blue
#2216CA
BlueColor Codes
All color formats for development
HEX
#2216CARGB
rgb(34, 22, 202)HSL
hsl(244, 80%, 44%)OKLCH
oklch(0.4 0.249 269.3)CMYK
cmyk(83%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F14B6
2#1C12A2
3#18108D
4#150D79
5#110B65
6#0E0951
7#0A073D
8#070428
9#030214
Tints
Lighter variations
1#2719E4
2#3E31E8
3#564BEB
4#6E65EE
5#867EF1
6#9E98F4
7#B6B2F6
8#CFCCF9
9#E7E5FC
Tones
Muted variations
1#2A1FC1
2#3228B8
3#3A31AF
4#423AA6
5#49439D
6#514C94
7#59558B
8#615E82
9#686779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C95 #9C95F3 | BordersInactive statesPlaceholder text |
| 400 | 685E #685EED | Disabled statesSecondary iconsMuted text |
| 500 | 3D30 #3D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2216 #2216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B12 #1B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140D #140D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FD;
--blue-100: #E1DFFB;
--blue-200: #C7C3F8;
--blue-300: #9C95F3;
--blue-400: #685EED;
--blue-500: #3D30E8;
--blue-600: #2216CA;
--blue-700: #1B12A1;
--blue-800: #140D73;
--blue-900: #0D0849;
--blue-950: #08052E;
}