Blue
#2816CA
BlueColor Codes
All color formats for development
HEX
#2816CARGB
rgb(40, 22, 202)HSL
hsl(246, 80%, 44%)OKLCH
oklch(0.403 0.247 270.9)CMYK
cmyk(80%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2414B6
2#2012A2
3#1C108D
4#180D79
5#140B65
6#100951
7#0C073D
8#080428
9#040214
Tints
Lighter variations
1#2E19E4
2#4431E8
3#5B4BEB
4#7265EE
5#8A7EF1
6#A198F4
7#B9B2F6
8#D0CCF9
9#E8E5FC
Tones
Muted variations
1#301FC1
2#3728B8
3#3E31AF
4#453AA6
5#4C439D
6#534C94
7#5B558B
8#625E82
9#696779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F95 #9F95F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5E #6D5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4330 #4330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2816 #2816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2012 #2012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F08 #0F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FD;
--blue-100: #E2DFFB;
--blue-200: #C9C3F8;
--blue-300: #9F95F3;
--blue-400: #6D5EED;
--blue-500: #4330E8;
--blue-600: #2816CA;
--blue-700: #2012A1;
--blue-800: #170D73;
--blue-900: #0F0849;
--blue-950: #09052E;
}