Royal Blue
#715AF2
BlueColor Codes
All color formats for development
HEX
#715AF2RGB
rgb(113, 90, 242)HSL
hsl(249, 85%, 65%)OKLCH
oklch(0.577 0.218 284.1)CMYK
cmyk(53%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#563BEF
2#3C1DED
3#2F11D7
4#280FB8
5#220C99
6#1B0A7B
7#14075C
8#0D053D
9#07021F
Tints
Lighter variations
1#7F6AF3
2#8D7BF4
3#9B8BF6
4#AA9CF7
5#B8ACF8
6#C6BDFA
7#D4CDFB
8#E3DEFC
9#F1EEFE
Tones
Muted variations
1#7661EA
2#7B69E2
3#8171DB
4#8678D3
5#8B80CC
6#9187C4
7#968FBD
8#9B97B5
9#A09EAD
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 | CAC2 #CAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A192 #A192F6 | BordersInactive statesPlaceholder text |
| 400 | 715A #715AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 482B #482BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D11 #2D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 240D #240DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0A #1A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1106 #11064B | 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: #E3DEFC;
--royal-blue-200: #CAC2FA;
--royal-blue-300: #A192F6;
--royal-blue-400: #715AF2;
--royal-blue-500: #482BEE;
--royal-blue-600: #2D11D0;
--royal-blue-700: #240DA5;
--royal-blue-800: #1A0A76;
--royal-blue-900: #11064B;
--royal-blue-950: #0A042F;
}