Royal Blue
#815CF0
PurpleColor Codes
All color formats for development
HEX
#815CF0RGB
rgb(129, 92, 240)HSL
hsl(255, 83%, 65%)OKLCH
oklch(0.592 0.212 289.9)CMYK
cmyk(46%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#693DED
2#521FEA
3#4414D4
4#3A11B6
5#300E98
6#270B79
7#1D085B
8#13063D
9#0A031E
Tints
Lighter variations
1#8D6CF1
2#9A7CF3
3#A78DF4
4#B39DF6
5#C0ADF7
6#CCBEF9
7#D9CEFA
8#E6DEFC
9#F2EFFD
Tones
Muted variations
1#8463E8
2#886AE1
3#8C72DA
4#9079D2
5#9381CB
6#9788C3
7#9B90BC
8#9E97B5
9#A29EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC94 #AC94F5 | BordersInactive statesPlaceholder text |
| 400 | 815C #815CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 5D2D #5D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4213 #4213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 340F #340FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250B #250B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E6DEFC;
--royal-blue-200: #D0C2F9;
--royal-blue-300: #AC94F5;
--royal-blue-400: #815CF0;
--royal-blue-500: #5D2DEB;
--royal-blue-600: #4213CD;
--royal-blue-700: #340FA3;
--royal-blue-800: #250B75;
--royal-blue-900: #18074B;
--royal-blue-950: #0F042F;
}