Royal Blue
#6353F9
BlueColor Codes
All color formats for development
HEX
#6353F9RGB
rgb(99, 83, 249)HSL
hsl(246, 93%, 65%)OKLCH
oklch(0.561 0.236 279.9)CMYK
cmyk(60%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4633F8
2#2A13F6
3#1E08E0
4#1907C0
5#1506A0
6#110580
7#0D0360
8#080240
9#040120
Tints
Lighter variations
1#7364F9
2#8275FA
3#9286FB
4#A298FB
5#B1A9FC
6#C1BAFD
7#D0CBFD
8#E0DDFE
9#EFEEFE
Tones
Muted variations
1#6A5BF0
2#7163E8
3#776CE0
4#7E74D8
5#857CCF
6#8B85C7
7#928DBF
8#9895B6
9#9F9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFB | BordersInactive statesPlaceholder text |
| 400 | 6353 #6353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3722 #3722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D08 #1D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1706 #1706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1004 #10047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E0DDFE;
--royal-blue-200: #C5BFFD;
--royal-blue-300: #998EFB;
--royal-blue-400: #6353F9;
--royal-blue-500: #3722F7;
--royal-blue-600: #1D08D9;
--royal-blue-700: #1706AC;
--royal-blue-800: #10047B;
--royal-blue-900: #0A034F;
--royal-blue-950: #070231;
}