Royal Blue
#482BEE
BlueColor Codes
All color formats for development
HEX
#482BEERGB
rgb(72, 43, 238)HSL
hsl(249, 85%, 55%)OKLCH
oklch(0.482 0.265 276.5)CMYK
cmyk(70%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3313EA
2#2D11D0
3#280FB6
4#220D9C
5#1C0B82
6#170868
7#11064E
8#0B0434
9#06021A
Tints
Lighter variations
1#5A40F0
2#6D55F1
3#7F6AF3
4#9180F5
5#A395F6
6#B6AAF8
7#C8BFFA
8#DAD5FC
9#EDEAFD
Tones
Muted variations
1#4F34E4
2#563EDA
3#5C48D1
4#6352C7
5#6A5BBD
6#7165B3
7#786FAA
8#7F79A0
9#858296
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;
}