Blue
#2E16CA
BlueColor Codes
All color formats for development
HEX
#2E16CARGB
rgb(46, 22, 202)HSL
hsl(248, 80%, 44%)OKLCH
oklch(0.407 0.245 272.6)CMYK
cmyk(77%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A14B6
2#2512A2
3#20108D
4#1C0D79
5#170B65
6#130951
7#0E073D
8#090428
9#050214
Tints
Lighter variations
1#3419E4
2#4A31E8
3#604BEB
4#7765EE
5#8E7EF1
6#A498F4
7#BBB2F6
8#D2CCF9
9#E8E5FC
Tones
Muted variations
1#351FC1
2#3C28B8
3#4231AF
4#493AA6
5#4F439D
6#564C94
7#5C558B
8#635E82
9#6A6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A295 #A295F3 | BordersInactive statesPlaceholder text |
| 400 | 715E #715EED | Disabled statesSecondary iconsMuted text |
| 500 | 4930 #4930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E16 #2E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2512 #2512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0D #1A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1108 #110849 | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FD;
--blue-100: #E3DFFB;
--blue-200: #CAC3F8;
--blue-300: #A295F3;
--blue-400: #715EED;
--blue-500: #4930E8;
--blue-600: #2E16CA;
--blue-700: #2512A1;
--blue-800: #1A0D73;
--blue-900: #110849;
--blue-950: #0B052E;
}