Royal Blue
#692DEB
PurpleColor Codes
All color formats for development
HEX
#692DEBRGB
rgb(105, 45, 235)HSL
hsl(259, 83%, 55%)OKLCH
oklch(0.508 0.256 287.7)CMYK
cmyk(55%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5815E7
2#4E13CD
3#4411B4
4#3B0E9A
5#310C80
6#270A67
7#1D074D
8#140533
9#0A021A
Tints
Lighter variations
1#7842ED
2#8757EF
3#966CF1
4#A581F3
5#B496F5
6#C3ABF7
7#D2C0F9
8#E1D5FB
9#F0EAFD
Tones
Muted variations
1#6D37E2
2#7040D8
3#744ACF
4#7753C5
5#7B5DBC
6#7E66B2
7#8270A9
8#85799F
9#898396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B394 #B394F5 | BordersInactive statesPlaceholder text |
| 400 | 8B5C #8B5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 692D #692DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E13 #4E13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E0F #3E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0B #2C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C07 #1C074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E8DEFC;
--royal-blue-200: #D4C2F9;
--royal-blue-300: #B394F5;
--royal-blue-400: #8B5CF0;
--royal-blue-500: #692DEB;
--royal-blue-600: #4E13CD;
--royal-blue-700: #3E0FA3;
--royal-blue-800: #2C0B75;
--royal-blue-900: #1C074B;
--royal-blue-950: #12042F;
}