Royal Blue
#6F2CED
PurpleColor Codes
All color formats for development
HEX
#6F2CEDRGB
rgb(111, 44, 237)HSL
hsl(261, 84%, 55%)OKLCH
oklch(0.515 0.258 289.6)CMYK
cmyk(53%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E14E8
2#5412CE
3#4910B5
4#3F0D9B
5#340B81
6#2A0967
7#1F074D
8#150434
9#0A021A
Tints
Lighter variations
1#7E41EE
2#8C56F0
3#9A6BF2
4#A980F4
5#B795F6
6#C6ABF8
7#D4C0F9
8#E2D5FB
9#F1EAFD
Tones
Muted variations
1#7235E3
2#753FD9
3#7849D0
4#7B52C6
5#7E5CBC
6#8166B3
7#846FA9
8#8679A0
9#898396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B693 #B693F6 | BordersInactive statesPlaceholder text |
| 400 | 8F5B #8F5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 6F2C #6F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5412 #5412CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 430E #430EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300A #300A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F07 #1F074B | Primary textHigh emphasis contentDark headings |
| 950 | 1304 #13042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E9DEFC;
--royal-blue-200: #D5C2FA;
--royal-blue-300: #B693F6;
--royal-blue-400: #8F5BF1;
--royal-blue-500: #6F2CED;
--royal-blue-600: #5412CE;
--royal-blue-700: #430EA4;
--royal-blue-800: #300A75;
--royal-blue-900: #1F074B;
--royal-blue-950: #13042F;
}