Royal Blue
#745FEC
BlueColor Codes
All color formats for development
HEX
#745FECRGB
rgb(116, 95, 236)HSL
hsl(249, 79%, 65%)OKLCH
oklch(0.583 0.204 284.9)CMYK
cmyk(51%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B42E9
2#4124E5
3#3418D0
4#2C15B2
5#251194
6#1E0E77
7#160A59
8#0F073B
9#07031E
Tints
Lighter variations
1#826FEE
2#907FF0
3#9E8FF2
4#AC9FF4
5#BAAFF6
6#C8BFF8
7#D5CFF9
8#E3DFFB
9#F1EFFD
Tones
Muted variations
1#7966E5
2#7E6DDE
3#8374D7
4#887BD0
5#8D82C9
6#928AC2
7#9791BB
8#9C98B4
9#A19FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC4 #CCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A496 #A496F3 | BordersInactive statesPlaceholder text |
| 400 | 745F #745FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4D32 #4D32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3218 #3218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2813 #2813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0D #1C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1209 #120949 | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E3DFFB;
--royal-blue-200: #CCC4F8;
--royal-blue-300: #A496F3;
--royal-blue-400: #745FEC;
--royal-blue-500: #4D32E7;
--royal-blue-600: #3218C9;
--royal-blue-700: #2813A0;
--royal-blue-800: #1C0D72;
--royal-blue-900: #120949;
--royal-blue-950: #0B052E;
}