Royal Blue
#6352FA
BlueColor Codes
All color formats for development
HEX
#6352FARGB
rgb(99, 82, 250)HSL
hsl(246, 94%, 65%)OKLCH
oklch(0.561 0.239 280)CMYK
cmyk(60%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4632F9
2#2912F8
3#1D07E1
4#1906C1
5#1505A1
6#100481
7#0C0360
8#080240
9#040120
Tints
Lighter variations
1#7263FA
2#8274FB
3#9286FB
4#A197FC
5#B1A8FC
6#C0BAFD
7#D0CBFD
8#E0DCFE
9#EFEEFE
Tones
Muted variations
1#695AF1
2#7063E9
3#776BE0
4#7D73D8
5#847CD0
6#8B84C7
7#928DBF
8#9895B7
9#9F9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DC #E0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 988D #988DFB | BordersInactive statesPlaceholder text |
| 400 | 6352 #6352FA | Disabled statesSecondary iconsMuted text |
| 500 | 3620 #3620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C07 #1C07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1605 #1605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1004 #10047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A02 #0A024F | 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: #F2F0FF;
--royal-blue-100: #E0DCFE;
--royal-blue-200: #C5BFFD;
--royal-blue-300: #988DFB;
--royal-blue-400: #6352FA;
--royal-blue-500: #3620F8;
--royal-blue-600: #1C07DA;
--royal-blue-700: #1605AD;
--royal-blue-800: #10047C;
--royal-blue-900: #0A024F;
--royal-blue-950: #060231;
}