Royal Blue
#795FEC
BlueColor Codes
All color formats for development
HEX
#795FECRGB
rgb(121, 95, 236)HSL
hsl(251, 79%, 65%)OKLCH
oklch(0.587 0.203 286.8)CMYK
cmyk(49%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6042E9
2#4724E5
3#3A18D0
4#3215B2
5#291194
6#210E77
7#190A59
8#11073B
9#08031E
Tints
Lighter variations
1#866FEE
2#947FF0
3#A18FF2
4#AF9FF4
5#BCAFF6
6#C9BFF8
7#D7CFF9
8#E4DFFB
9#F2EFFD
Tones
Muted variations
1#7E66E5
2#826DDE
3#8674D7
4#8B7BD0
5#8F82C9
6#948AC2
7#9891BB
8#9D98B4
9#A19FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A796 #A796F3 | BordersInactive statesPlaceholder text |
| 400 | 795F #795FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5332 #5332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3818 #3818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D13 #2D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200D #200D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1409 #140949 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E4DFFB;
--royal-blue-200: #CDC4F8;
--royal-blue-300: #A796F3;
--royal-blue-400: #795FEC;
--royal-blue-500: #5332E7;
--royal-blue-600: #3818C9;
--royal-blue-700: #2D13A0;
--royal-blue-800: #200D72;
--royal-blue-900: #140949;
--royal-blue-950: #0D052E;
}