Royal Blue
#635EED
BlueColor Codes
All color formats for development
HEX
#635EEDRGB
rgb(99, 94, 237)HSL
hsl(242, 80%, 65%)OKLCH
oklch(0.569 0.209 279)CMYK
cmyk(58%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4641EA
2#2923E7
3#1D17D1
4#1914B3
5#151195
6#110D77
7#0D0A5A
8#08073C
9#04031E
Tints
Lighter variations
1#736EEF
2#827EF1
3#928FF3
4#A19FF4
5#B1AFF6
6#C1BFF8
7#D0CFFA
8#E0DFFB
9#EFEFFD
Tones
Muted variations
1#6A65E6
2#706DDF
3#7774D8
4#7E7BD1
5#8482C9
6#8B89C2
7#9290BB
8#9897B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C3 #C5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9995 #9995F3 | BordersInactive statesPlaceholder text |
| 400 | 635E #635EED | Disabled statesSecondary iconsMuted text |
| 500 | 3730 #3730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C16 #1C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1712 #1712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100D #100D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A08 #0A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E0DFFB;
--royal-blue-200: #C5C3F8;
--royal-blue-300: #9995F3;
--royal-blue-400: #635EED;
--royal-blue-500: #3730E8;
--royal-blue-600: #1C16CA;
--royal-blue-700: #1712A1;
--royal-blue-800: #100D73;
--royal-blue-900: #0A0849;
--royal-blue-950: #06052E;
}