Royal Blue
#6355F6
BlueColor Codes
All color formats for development
HEX
#6355F6RGB
rgb(99, 85, 246)HSL
hsl(245, 90%, 65%)OKLCH
oklch(0.562 0.23 279.9)CMYK
cmyk(60%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4636F4
2#2916F3
3#1D0CDC
4#190ABD
5#15089D
6#11077E
7#0C055E
8#08033F
9#04021F
Tints
Lighter variations
1#7266F7
2#8277F8
3#9288F9
4#A199FA
5#B1AAFB
6#C1BBFB
7#D0CCFC
8#E0DDFD
9#EFEEFE
Tones
Muted variations
1#6A5DEE
2#7065E6
3#776EDE
4#7E76D6
5#847ECE
6#8B86C6
7#928EBE
8#9896B6
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C0 #C5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9890 #9890F9 | BordersInactive statesPlaceholder text |
| 400 | 6355 #6355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3625 #3625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C0B #1C0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1609 #1609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1006 #100679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E0DDFD;
--royal-blue-200: #C5C0FC;
--royal-blue-300: #9890F9;
--royal-blue-400: #6355F6;
--royal-blue-500: #3625F4;
--royal-blue-600: #1C0BD5;
--royal-blue-700: #1609AA;
--royal-blue-800: #100679;
--royal-blue-900: #0A044E;
--royal-blue-950: #060330;
}