Royal Blue
#724FFC
BlueColor Codes
All color formats for development
HEX
#724FFCRGB
rgb(114, 79, 252)HSL
hsl(252, 97%, 65%)OKLCH
oklch(0.57 0.242 285)CMYK
cmyk(55%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#582FFC
2#3D0EFB
3#3003E5
4#2A03C4
5#2302A3
6#1C0283
7#150162
8#0E0141
9#070021
Tints
Lighter variations
1#8061FD
2#8E72FD
3#9C84FD
4#AA96FD
5#B8A7FE
6#C7B9FE
7#D5CAFE
8#E3DCFE
9#F1EDFF
Tones
Muted variations
1#7758F4
2#7C60EB
3#8169E2
4#8772DA
5#8C7AD1
6#9183C8
7#968CC0
8#9B94B7
9#A19DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBE #CBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A28B #A28BFD | BordersInactive statesPlaceholder text |
| 400 | 724F #724FFC | Disabled statesSecondary iconsMuted text |
| 500 | 491D #491DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F03 #2F03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2503 #2503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B02 #1B027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1101 #110150 | 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: #E3DCFE;
--royal-blue-200: #CBBEFE;
--royal-blue-300: #A28BFD;
--royal-blue-400: #724FFC;
--royal-blue-500: #491DFC;
--royal-blue-600: #2F03DD;
--royal-blue-700: #2503B0;
--royal-blue-800: #1B027E;
--royal-blue-900: #110150;
--royal-blue-950: #0B0132;
}