Blue
#3602DE
BlueColor Codes
All color formats for development
HEX
#3602DERGB
rgb(54, 2, 222)HSL
hsl(254, 98%, 44%)OKLCH
oklch(0.427 0.27 273.7)CMYK
cmyk(76%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3002C8
2#2B02B2
3#25029C
4#200185
5#1B016F
6#150159
7#100143
8#0B002C
9#050016
Tints
Lighter variations
1#3C03FA
2#511DFD
3#6739FD
4#7D55FD
5#9272FE
6#A88EFE
7#BEAAFE
8#D4C6FE
9#E9E3FF
Tones
Muted variations
1#3B0DD3
2#4118C8
3#4723BD
4#4D2EB2
5#5339A7
6#59449C
7#5F4F91
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 | E4DC #E4DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBD #CDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A68B #A68BFE | BordersInactive statesPlaceholder text |
| 400 | 774E #774EFD | Disabled statesSecondary iconsMuted text |
| 500 | 501C #501CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3602 #3602DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B02 #2B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E01 #1E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1301 #130151 | Primary textHigh emphasis contentDark headings |
| 950 | 0C01 #0C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E4DCFF;
--blue-200: #CDBDFE;
--blue-300: #A68BFE;
--blue-400: #774EFD;
--blue-500: #501CFD;
--blue-600: #3602DE;
--blue-700: #2B02B1;
--blue-800: #1E017E;
--blue-900: #130151;
--blue-950: #0C0132;
}