Blue
#2516CA
BlueColor Codes
All color formats for development
HEX
#2516CARGB
rgb(37, 22, 202)HSL
hsl(245, 80%, 44%)OKLCH
oklch(0.402 0.248 270.1)CMYK
cmyk(82%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2214B6
2#1E12A2
3#1A108D
4#160D79
5#130B65
6#0F0951
7#0B073D
8#070428
9#040214
Tints
Lighter variations
1#2A19E4
2#4131E8
3#584BEB
4#7065EE
5#887EF1
6#A098F4
7#B8B2F6
8#CFCCF9
9#E7E5FC
Tones
Muted variations
1#2D1FC1
2#3428B8
3#3C31AF
4#433AA6
5#4B439D
6#524C94
7#5A558B
8#615E82
9#696779
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 | C8C3 #C8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D95 #9D95F3 | BordersInactive statesPlaceholder text |
| 400 | 6A5E #6A5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4030 #4030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2516 #2516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E12 #1E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150D #150D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E08 #0E0849 | 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: #C8C3F8;
--blue-300: #9D95F3;
--blue-400: #6A5EED;
--blue-500: #4030E8;
--blue-600: #2516CA;
--blue-700: #1E12A1;
--blue-800: #150D73;
--blue-900: #0E0849;
--blue-950: #08052E;
}