Royal Blue
#6052FA
BlueColor Codes
All color formats for development
HEX
#6052FARGB
rgb(96, 82, 250)HSL
hsl(245, 94%, 65%)OKLCH
oklch(0.559 0.239 279)CMYK
cmyk(62%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4232F9
2#2512F8
3#1907E1
4#1606C1
5#1205A1
6#0E0481
7#0B0360
8#070240
9#040120
Tints
Lighter variations
1#7063FA
2#8074FB
3#9086FB
4#A097FC
5#AFA8FC
6#BFBAFD
7#CFCBFD
8#DFDCFE
9#EFEEFE
Tones
Muted variations
1#675AF1
2#6E63E9
3#756BE0
4#7C73D8
5#837CD0
6#8A84C7
7#918DBF
8#9895B7
9#9F9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 968D #968DFB | BordersInactive statesPlaceholder text |
| 400 | 6052 #6052FA | Disabled statesSecondary iconsMuted text |
| 500 | 3220 #3220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1807 #1807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1305 #1305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0902 #09024F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F0FF;
--royal-blue-100: #DFDCFE;
--royal-blue-200: #C4BFFD;
--royal-blue-300: #968DFB;
--royal-blue-400: #6052FA;
--royal-blue-500: #3220F8;
--royal-blue-600: #1807DA;
--royal-blue-700: #1305AD;
--royal-blue-800: #0E047C;
--royal-blue-900: #09024F;
--royal-blue-950: #060231;
}