Blue
#3513CD
BlueColor Codes
All color formats for development
HEX
#3513CDRGB
rgb(53, 19, 205)HSL
hsl(251, 83%, 44%)OKLCH
oklch(0.413 0.248 274.6)CMYK
cmyk(74%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3011B9
2#2B0FA4
3#250D90
4#200B7B
5#1B0A67
6#150852
7#10063E
8#0B0429
9#050215
Tints
Lighter variations
1#3C16E7
2#512EEC
3#6648EE
4#7C62F0
5#927CF3
6#A896F5
7#BEB1F8
8#D3CBFA
9#E9E5FD
Tones
Muted variations
1#3B1CC4
2#4126BB
3#472FB1
4#4D38A8
5#53429F
6#594B95
7#5F548C
8#645E83
9#6A677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DE #E4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC2 #CCC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A694 #A694F5 | BordersInactive statesPlaceholder text |
| 400 | 775C #775CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 502D #502DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3513 #3513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A0F #2A0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0B #1E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1307 #13074B | Primary textHigh emphasis contentDark headings |
| 950 | 0C04 #0C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E4DEFC;
--blue-200: #CCC2F9;
--blue-300: #A694F5;
--blue-400: #775CF0;
--blue-500: #502DEB;
--blue-600: #3513CD;
--blue-700: #2A0FA3;
--blue-800: #1E0B75;
--blue-900: #13074B;
--blue-950: #0C042F;
}