Blue
#3202DE
BlueColor Codes
All color formats for development
HEX
#3202DERGB
rgb(50, 2, 222)HSL
hsl(253, 98%, 44%)OKLCH
oklch(0.425 0.271 272.5)CMYK
cmyk(77%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D02C8
2#2802B2
3#23029C
4#1E0185
5#19016F
6#140159
7#0F0143
8#0A002C
9#050016
Tints
Lighter variations
1#3803FA
2#4D1DFD
3#6439FD
4#7A55FD
5#9072FE
6#A68EFE
7#BCAAFE
8#D3C6FE
9#E9E3FF
Tones
Muted variations
1#380DD3
2#3E18C8
3#4523BD
4#4B2EB2
5#5139A7
6#57449C
7#5E4F91
8#645A86
9#6A657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBD #CBBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A48B #A48BFE | BordersInactive statesPlaceholder text |
| 400 | 744E #744EFD | Disabled statesSecondary iconsMuted text |
| 500 | 4D1C #4D1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3202 #3202DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2802 #2802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C01 #1C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1201 #120151 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E3DCFF;
--blue-200: #CBBDFE;
--blue-300: #A48BFE;
--blue-400: #744EFD;
--blue-500: #4D1CFD;
--blue-600: #3202DE;
--blue-700: #2802B1;
--blue-800: #1C017E;
--blue-900: #120151;
--blue-950: #0B0132;
}