Royal Blue
#6232E7
PurpleColor Codes
All color formats for development
HEX
#6232E7RGB
rgb(98, 50, 231)HSL
hsl(256, 79%, 55%)OKLCH
oklch(0.503 0.248 285.4)CMYK
cmyk(58%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#501BE2
2#4718C9
3#3E15B0
4#351297
5#2C0F7E
6#230C64
7#1B094B
8#120632
9#090319
Tints
Lighter variations
1#7246E9
2#815BEC
3#916FEE
4#A184F1
5#B098F3
6#C0ADF5
7#D0C1F8
8#E0D6FA
9#EFEAFD
Tones
Muted variations
1#663BDE
2#6A44D5
3#6F4DCC
4#7356C3
5#775FBA
6#7B68B1
7#8071A7
8#847A9E
9#888395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C4 #D2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF96 #AF96F3 | BordersInactive statesPlaceholder text |
| 400 | 855F #855FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6232 #6232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4718 #4718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3813 #3813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280D #280D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A09 #1A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E7DFFB;
--royal-blue-200: #D2C4F8;
--royal-blue-300: #AF96F3;
--royal-blue-400: #855FEC;
--royal-blue-500: #6232E7;
--royal-blue-600: #4718C9;
--royal-blue-700: #3813A0;
--royal-blue-800: #280D72;
--royal-blue-900: #1A0949;
--royal-blue-950: #10052E;
}