Blue
#2415CB
BlueColor Codes
All color formats for development
HEX
#2415CBRGB
rgb(36, 21, 203)HSL
hsl(245, 81%, 44%)OKLCH
oklch(0.402 0.25 269.8)CMYK
cmyk(82%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2113B7
2#1D11A2
3#1A0F8E
4#160D7A
5#120B66
6#0F0951
7#0B063D
8#070429
9#040214
Tints
Lighter variations
1#2918E5
2#4030E9
3#584AEC
4#6F64EF
5#877EF1
6#9F98F4
7#B7B1F7
8#CFCBFA
9#E7E5FC
Tones
Muted variations
1#2C1EC2
2#3427B9
3#3B31B0
4#433AA7
5#4A439E
6#524C95
7#59558B
8#615E82
9#696779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D95 #9D95F4 | BordersInactive statesPlaceholder text |
| 400 | 6A5D #6A5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 3F2F #3F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2415 #2415CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D11 #1D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150C #150C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D084A | 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: #F2F1FE;
--blue-100: #E1DFFC;
--blue-200: #C7C3F9;
--blue-300: #9D95F4;
--blue-400: #6A5DEE;
--blue-500: #3F2FE9;
--blue-600: #2415CB;
--blue-700: #1D11A2;
--blue-800: #150C73;
--blue-900: #0D084A;
--blue-950: #08052E;
}