Blue
#2302DE
BlueColor Codes
All color formats for development
HEX
#2302DERGB
rgb(35, 2, 222)HSL
hsl(249, 98%, 44%)OKLCH
oklch(0.417 0.275 268.8)CMYK
cmyk(84%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2002C8
2#1C02B2
3#19029C
4#150185
5#12016F
6#0E0159
7#0B0143
8#07002C
9#040016
Tints
Lighter variations
1#2803FA
2#3E1DFD
3#5639FD
4#6F55FD
5#8772FE
6#9F8EFE
7#B7AAFE
8#CFC6FE
9#E7E3FF
Tones
Muted variations
1#2B0DD3
2#3318C8
3#3A23BD
4#422EB2
5#4A39A7
6#51449C
7#594F91
8#615A86
9#69657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BD #C7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8B #9C8BFE | BordersInactive statesPlaceholder text |
| 400 | 694E #694EFD | Disabled statesSecondary iconsMuted text |
| 500 | 3E1C #3E1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2302 #2302DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C02 #1C02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1401 #14017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D01 #0D0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FF;
--blue-100: #E1DCFF;
--blue-200: #C7BDFE;
--blue-300: #9C8BFE;
--blue-400: #694EFD;
--blue-500: #3E1CFD;
--blue-600: #2302DE;
--blue-700: #1C02B1;
--blue-800: #14017E;
--blue-900: #0D0151;
--blue-950: #080132;
}