Royal Blue
#472AEF
BlueColor Codes
All color formats for development
HEX
#472AEFRGB
rgb(71, 42, 239)HSL
hsl(249, 86%, 55%)OKLCH
oklch(0.482 0.267 276.2)CMYK
cmyk(70%, 82%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3212EB
2#2D10D1
3#270EB7
4#210C9D
5#1C0A82
6#160868
7#11064E
8#0B0434
9#06021A
Tints
Lighter variations
1#5A3FF1
2#6C54F2
3#7E6AF4
4#917FF5
5#A394F7
6#B5AAF9
7#C8BFFA
8#DAD4FC
9#EDEAFD
Tones
Muted variations
1#4E33E5
2#553DDB
3#5C47D1
4#6351C7
5#6A5BBE
6#7165B4
7#786FAA
8#7E79A0
9#858296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC1 #CAC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A192 #A192F7 | BordersInactive statesPlaceholder text |
| 400 | 7059 #7059F3 | Disabled statesSecondary iconsMuted text |
| 500 | 472A #472AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D10 #2D10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 240C #240CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1909 #190977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1006 #10064C | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E2DEFD;
--royal-blue-200: #CAC1FA;
--royal-blue-300: #A192F7;
--royal-blue-400: #7059F3;
--royal-blue-500: #472AEF;
--royal-blue-600: #2D10D1;
--royal-blue-700: #240CA6;
--royal-blue-800: #190977;
--royal-blue-900: #10064C;
--royal-blue-950: #0A042F;
}