Royal Blue
#744EFD
BlueColor Codes
All color formats for development
HEX
#744EFDRGB
rgb(116, 78, 253)HSL
hsl(253, 98%, 65%)OKLCH
oklch(0.571 0.244 285.7)CMYK
cmyk(54%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A2DFD
2#410DFD
3#3402E6
4#2C02C5
5#2502A4
6#1D0183
7#160162
8#0F0142
9#070021
Tints
Lighter variations
1#8260FD
2#9072FE
3#9E83FE
4#AC95FE
5#BAA7FE
6#C7B8FE
7#D5CAFE
8#E3DCFF
9#F1EDFF
Tones
Muted variations
1#7957F4
2#7E60EC
3#8369E3
4#8871DA
5#8D7AD1
6#9283C9
7#978CC0
8#9C94B7
9#A19DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBD #CBBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A48B #A48BFE | BordersInactive statesPlaceholder text |
| 400 | 744E #744EFD | Disabled statesSecondary iconsMuted text |
| 500 | 4D1C #4D1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3202 #3202DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2802 #2802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C01 #1C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1201 #120151 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FF;
--royal-blue-100: #E3DCFF;
--royal-blue-200: #CBBDFE;
--royal-blue-300: #A48BFE;
--royal-blue-400: #744EFD;
--royal-blue-500: #4D1CFD;
--royal-blue-600: #3202DE;
--royal-blue-700: #2802B1;
--royal-blue-800: #1C017E;
--royal-blue-900: #120151;
--royal-blue-950: #0B0132;
}