Royal Blue
#704DFF
BlueColor Codes
All color formats for development
HEX
#704DFFRGB
rgb(112, 77, 255)HSL
hsl(252, 100%, 65%)OKLCH
oklch(0.568 0.248 284.3)CMYK
cmyk(56%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#562BFF
2#3B0AFF
3#2E00E8
4#2800C7
5#2100A6
6#1B0085
7#140063
8#0D0042
9#070021
Tints
Lighter variations
1#7E5EFF
2#8D70FF
3#9B82FF
4#A994FF
5#B8A6FF
6#C6B8FF
7#D4C9FF
8#E2DBFF
9#F1EDFF
Tones
Muted variations
1#7655F6
2#7B5EED
3#8067E4
4#8670DB
5#8B79D2
6#9082C9
7#968BC1
8#9B94B8
9#A09DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DB #E2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A18A #A18AFF | BordersInactive statesPlaceholder text |
| 400 | 704D #704DFF | Disabled statesSecondary iconsMuted text |
| 500 | 471A #471AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D00 #2D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2400 #2400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A00 #1A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1000 #100052 | Primary textHigh emphasis contentDark headings |
| 950 | 0A00 #0A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FF;
--royal-blue-100: #E2DBFF;
--royal-blue-200: #CABDFF;
--royal-blue-300: #A18AFF;
--royal-blue-400: #704DFF;
--royal-blue-500: #471AFF;
--royal-blue-600: #2D00E0;
--royal-blue-700: #2400B3;
--royal-blue-800: #1A0080;
--royal-blue-900: #100052;
--royal-blue-950: #0A0033;
}