Royal Blue
#692CED
PurpleColor Codes
All color formats for development
HEX
#692CEDRGB
rgb(105, 44, 237)HSL
hsl(259, 84%, 55%)OKLCH
oklch(0.509 0.259 287.4)CMYK
cmyk(56%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5714E8
2#4E12CE
3#4410B5
4#3A0D9B
5#310B81
6#270967
7#1D074D
8#130434
9#0A021A
Tints
Lighter variations
1#7841EE
2#8756F0
3#966BF2
4#A580F4
5#B495F6
6#C3ABF8
7#D2C0F9
8#E1D5FB
9#F0EAFD
Tones
Muted variations
1#6C35E3
2#703FD9
3#7449D0
4#7752C6
5#7B5CBC
6#7E66B3
7#826FA9
8#8579A0
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 #D4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B293 #B293F6 | BordersInactive statesPlaceholder text |
| 400 | 8A5B #8A5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 692C #692CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E12 #4E12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E0E #3E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0A #2C0A75 | 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: #D4C2FA;
--royal-blue-300: #B293F6;
--royal-blue-400: #8A5BF1;
--royal-blue-500: #692CED;
--royal-blue-600: #4E12CE;
--royal-blue-700: #3E0EA4;
--royal-blue-800: #2C0A75;
--royal-blue-900: #1C074B;
--royal-blue-950: #12042F;
}