Royal Blue
#745EED
BlueColor Codes
All color formats for development
HEX
#745EEDRGB
rgb(116, 94, 237)HSL
hsl(249, 80%, 65%)OKLCH
oklch(0.582 0.206 285)CMYK
cmyk(51%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A41EA
2#4023E7
3#3317D1
4#2C14B3
5#241195
6#1D0D77
7#160A5A
8#0F073C
9#07031E
Tints
Lighter variations
1#826EEF
2#907EF1
3#9E8FF3
4#AB9FF4
5#B9AFF6
6#C7BFF8
7#D5CFFA
8#E3DFFB
9#F1EFFD
Tones
Muted variations
1#7965E6
2#7E6DDF
3#8374D8
4#887BD1
5#8D82C9
6#9289C2
7#9790BB
8#9C97B4
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 | CBC3 #CBC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A495 #A495F3 | BordersInactive statesPlaceholder text |
| 400 | 745E #745EED | Disabled statesSecondary iconsMuted text |
| 500 | 4C30 #4C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3116 #3116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2712 #2712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0D #1C0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1208 #120849 | 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: #CBC3F8;
--royal-blue-300: #A495F3;
--royal-blue-400: #745EED;
--royal-blue-500: #4C30E8;
--royal-blue-600: #3116CA;
--royal-blue-700: #2712A1;
--royal-blue-800: #1C0D73;
--royal-blue-900: #120849;
--royal-blue-950: #0B052E;
}