Royal Blue
#832CED
PurpleColor Codes
All color formats for development
HEX
#832CEDRGB
rgb(131, 44, 237)HSL
hsl(267, 84%, 55%)OKLCH
oklch(0.536 0.259 296.6)CMYK
cmyk(45%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7414E8
2#6712CE
3#5A10B5
4#4D0D9B
5#400B81
6#330967
7#27074D
8#1A0434
9#0D021A
Tints
Lighter variations
1#8F41EE
2#9B56F0
3#A86BF2
4#B480F4
5#C195F6
6#CDABF8
7#DAC0F9
8#E6D5FB
9#F3EAFD
Tones
Muted variations
1#8435E3
2#853FD9
3#8649D0
4#8652C6
5#875CBC
6#8866B3
7#896FA9
8#8A79A0
9#8B8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC2 #DBC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BF93 #BF93F6 | BordersInactive statesPlaceholder text |
| 400 | 9E5B #9E5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 832C #832CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6712 #6712CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 520E #520EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A0A #3A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2507 #25074B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FE;
--royal-blue-100: #ECDEFC;
--royal-blue-200: #DBC2FA;
--royal-blue-300: #BF93F6;
--royal-blue-400: #9E5BF1;
--royal-blue-500: #832CED;
--royal-blue-600: #6712CE;
--royal-blue-700: #520EA4;
--royal-blue-800: #3A0A75;
--royal-blue-900: #25074B;
--royal-blue-950: #17042F;
}