Royal Blue
#6C2CED
PurpleColor Codes
All color formats for development
HEX
#6C2CEDRGB
rgb(108, 44, 237)HSL
hsl(260, 84%, 55%)OKLCH
oklch(0.512 0.258 288.5)CMYK
cmyk(54%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B14E8
2#5112CE
3#4710B5
4#3D0D9B
5#320B81
6#280967
7#1E074D
8#140434
9#0A021A
Tints
Lighter variations
1#7B41EE
2#8956F0
3#986BF2
4#A780F4
5#B695F6
6#C4ABF8
7#D3C0F9
8#E2D5FB
9#F0EAFD
Tones
Muted variations
1#6F35E3
2#733FD9
3#7649D0
4#7952C6
5#7C5CBC
6#7F66B3
7#836FA9
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 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B493 #B493F6 | BordersInactive statesPlaceholder text |
| 400 | 8D5B #8D5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 6C2C #6C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5112 #5112CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 400E #400EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0A #2E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D07 #1D074B | 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: #D5C2FA;
--royal-blue-300: #B493F6;
--royal-blue-400: #8D5BF1;
--royal-blue-500: #6C2CED;
--royal-blue-600: #5112CE;
--royal-blue-700: #400EA4;
--royal-blue-800: #2E0A75;
--royal-blue-900: #1D074B;
--royal-blue-950: #12042F;
}