Blue
#3603DD
BlueColor Codes
All color formats for development
HEX
#3603DDRGB
rgb(54, 3, 221)HSL
hsl(254, 97%, 44%)OKLCH
oklch(0.426 0.269 273.8)CMYK
cmyk(76%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3103C7
2#2B03B1
3#26029B
4#200285
5#1B026F
6#160158
7#100142
8#0B012C
9#050016
Tints
Lighter variations
1#3D04F9
2#521EFC
3#673AFC
4#7D56FC
5#9372FD
6#A88EFD
7#BEABFE
8#D4C7FE
9#E9E3FF
Tones
Muted variations
1#3C0ED2
2#4219C7
3#4824BC
4#4D2FB2
5#533AA7
6#59459C
7#5F5091
8#655A86
9#6A657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBE #CDBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A68B #A68BFD | BordersInactive statesPlaceholder text |
| 400 | 784F #784FFC | Disabled statesSecondary iconsMuted text |
| 500 | 511D #511DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3603 #3603DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B03 #2B03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F02 #1F027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1401 #140150 | 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: #E4DCFE;
--blue-200: #CDBEFE;
--blue-300: #A68BFD;
--blue-400: #784FFC;
--blue-500: #511DFC;
--blue-600: #3603DD;
--blue-700: #2B03B0;
--blue-800: #1F027E;
--blue-900: #140150;
--blue-950: #0C0132;
}