Royal Blue
#632DEB
PurpleColor Codes
All color formats for development
HEX
#632DEBRGB
rgb(99, 45, 235)HSL
hsl(257, 83%, 55%)OKLCH
oklch(0.503 0.256 285.6)CMYK
cmyk(58%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5115E7
2#4813CD
3#3F11B4
4#360E9A
5#2D0C80
6#240A67
7#1B074D
8#120533
9#09021A
Tints
Lighter variations
1#7342ED
2#8257EF
3#926CF1
4#A181F3
5#B196F5
6#C1ABF7
7#D0C0F9
8#E0D5FB
9#EFEAFD
Tones
Muted variations
1#6737E2
2#6B40D8
3#6F4ACF
4#7353C5
5#785DBC
6#7C66B2
7#8070A9
8#84799F
9#888396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C2 #D2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF94 #AF94F5 | BordersInactive statesPlaceholder text |
| 400 | 865C #865CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 632D #632DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4813 #4813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 390F #390FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290B #290B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A07 #1A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E7DEFC;
--royal-blue-200: #D2C2F9;
--royal-blue-300: #AF94F5;
--royal-blue-400: #865CF0;
--royal-blue-500: #632DEB;
--royal-blue-600: #4813CD;
--royal-blue-700: #390FA3;
--royal-blue-800: #290B75;
--royal-blue-900: #1A074B;
--royal-blue-950: #10042F;
}