Blue
#2E15CB
BlueColor Codes
All color formats for development
HEX
#2E15CBRGB
rgb(46, 21, 203)HSL
hsl(248, 81%, 44%)OKLCH
oklch(0.407 0.247 272.6)CMYK
cmyk(77%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2913B7
2#2411A2
3#200F8E
4#1B0D7A
5#170B66
6#120951
7#0E063D
8#090429
9#050214
Tints
Lighter variations
1#3318E5
2#4930E9
3#604AEC
4#7664EF
5#8D7EF1
6#A498F4
7#BBB1F7
8#D1CBFA
9#E8E5FC
Tones
Muted variations
1#341EC2
2#3B27B9
3#4231B0
4#483AA7
5#4F439E
6#564C95
7#5C558B
8#635E82
9#6A6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A295 #A295F4 | BordersInactive statesPlaceholder text |
| 400 | 715D #715DEE | Disabled statesSecondary iconsMuted text |
| 500 | 482F #482FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E15 #2E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2411 #2411A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0C #1A0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1108 #11084A | 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: #F3F1FE;
--blue-100: #E3DFFC;
--blue-200: #CAC3F9;
--blue-300: #A295F4;
--blue-400: #715DEE;
--blue-500: #482FE9;
--blue-600: #2E15CB;
--blue-700: #2411A2;
--blue-800: #1A0C73;
--blue-900: #11084A;
--blue-950: #0A052E;
}