Royal Blue
#6D2DEB
PurpleColor Codes
All color formats for development
HEX
#6D2DEBRGB
rgb(109, 45, 235)HSL
hsl(260, 83%, 55%)OKLCH
oklch(0.512 0.256 289.1)CMYK
cmyk(54%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B15E7
2#5113CD
3#4711B4
4#3D0E9A
5#330C80
6#290A67
7#1E074D
8#140533
9#0A021A
Tints
Lighter variations
1#7B42ED
2#8A57EF
3#986CF1
4#A781F3
5#B696F5
6#C4ABF7
7#D3C0F9
8#E2D5FB
9#F0EAFD
Tones
Muted variations
1#7037E2
2#7340D8
3#764ACF
4#7953C5
5#7C5DBC
6#8066B2
7#8370A9
8#86799F
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 | D5C2 #D5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B494 #B494F5 | BordersInactive statesPlaceholder text |
| 400 | 8D5C #8D5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 6D2D #6D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5113 #5113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 410F #410FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0B #2E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E07 #1E074B | 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: #D5C2F9;
--royal-blue-300: #B494F5;
--royal-blue-400: #8D5CF0;
--royal-blue-500: #6D2DEB;
--royal-blue-600: #5113CD;
--royal-blue-700: #410FA3;
--royal-blue-800: #2E0B75;
--royal-blue-900: #1E074B;
--royal-blue-950: #12042F;
}