Royal Blue
#3454E5
BlueColor Codes
All color formats for development
HEX
#3454E5RGB
rgb(52, 84, 229)HSL
hsl(229, 77%, 55%)OKLCH
oklch(0.518 0.221 267.8)CMYK
cmyk(77%, 63%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D41DF
2#1A39C7
3#1732AE
4#132B95
5#10247C
6#0D1D63
7#0A164A
8#060E32
9#030719
Tints
Lighter variations
1#4865E7
2#5D76EA
3#7188ED
4#8599EF
5#99AAF2
6#AEBBF4
7#C2CCF7
8#D6DDFA
9#EBEEFC
Tones
Muted variations
1#3D5ADC
2#465FD3
3#4E65CA
4#576BC1
5#6070B8
6#6976B0
7#727BA7
8#7B819E
9#838795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CE #C4CEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A8 #97A8F2 | BordersInactive statesPlaceholder text |
| 400 | 617A #617AEA | Disabled statesSecondary iconsMuted text |
| 500 | 3454 #3454E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A39 #1A39C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 152E #152E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F21 #0F2171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0915 #091548 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE4FB;
--royal-blue-200: #C4CEF7;
--royal-blue-300: #97A8F2;
--royal-blue-400: #617AEA;
--royal-blue-500: #3454E5;
--royal-blue-600: #1A39C7;
--royal-blue-700: #152E9E;
--royal-blue-800: #0F2171;
--royal-blue-900: #091548;
--royal-blue-950: #060D2D;
}