Blue
#2B16CA
BlueColor Codes
All color formats for development
HEX
#2B16CARGB
rgb(43, 22, 202)HSL
hsl(247, 80%, 44%)OKLCH
oklch(0.405 0.246 271.7)CMYK
cmyk(79%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2714B6
2#2312A2
3#1E108D
4#1A0D79
5#160B65
6#110951
7#0D073D
8#090428
9#040214
Tints
Lighter variations
1#3119E4
2#4731E8
3#5E4BEB
4#7565EE
5#8C7EF1
6#A398F4
7#BAB2F6
8#D1CCF9
9#E8E5FC
Tones
Muted variations
1#321FC1
2#3928B8
3#4031AF
4#473AA6
5#4E439D
6#554C94
7#5C558B
8#625E82
9#696779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A095 #A095F3 | BordersInactive statesPlaceholder text |
| 400 | 6F5E #6F5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4630 #4630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B16 #2B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2312 #2312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1008 #100849 | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FD;
--blue-100: #E2DFFB;
--blue-200: #CAC3F8;
--blue-300: #A095F3;
--blue-400: #6F5EED;
--blue-500: #4630E8;
--blue-600: #2B16CA;
--blue-700: #2312A1;
--blue-800: #190D73;
--blue-900: #100849;
--blue-950: #0A052E;
}