Royal Blue
#725CF0
BlueColor Codes
All color formats for development
HEX
#725CF0RGB
rgb(114, 92, 240)HSL
hsl(249, 83%, 65%)OKLCH
oklch(0.579 0.213 284.4)CMYK
cmyk(53%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#583DED
2#3D1FEA
3#3114D4
4#2A11B6
5#230E98
6#1C0B79
7#15085B
8#0E063D
9#07031E
Tints
Lighter variations
1#806CF1
2#8E7CF3
3#9C8DF4
4#AA9DF6
5#B8ADF7
6#C7BEF9
7#D5CEFA
8#E3DEFC
9#F1EFFD
Tones
Muted variations
1#7763E8
2#7C6AE1
3#8172DA
4#8779D2
5#8C81CB
6#9188C3
7#9690BC
8#9B97B5
9#A19EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC2 #CBC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A294 #A294F5 | BordersInactive statesPlaceholder text |
| 400 | 725C #725CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 4A2D #4A2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F13 #2F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 250F #250FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0B #1B0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1107 #11074B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E3DEFC;
--royal-blue-200: #CBC2F9;
--royal-blue-300: #A294F5;
--royal-blue-400: #725CF0;
--royal-blue-500: #4A2DEB;
--royal-blue-600: #2F13CD;
--royal-blue-700: #250FA3;
--royal-blue-800: #1B0B75;
--royal-blue-900: #11074B;
--royal-blue-950: #0B042F;
}