Royal Blue
#382BEE
BlueColor Codes
All color formats for development
HEX
#382BEERGB
rgb(56, 43, 238)HSL
hsl(244, 85%, 55%)OKLCH
oklch(0.472 0.269 272.1)CMYK
cmyk(76%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2113EA
2#1E11D0
3#1A0FB6
4#160D9C
5#120B82
6#0F0868
7#0B064E
8#070434
9#04021A
Tints
Lighter variations
1#4C40F0
2#6055F1
3#746AF3
4#8780F5
5#9B95F6
6#AFAAF8
7#C3BFFA
8#D7D5FC
9#EBEAFD
Tones
Muted variations
1#4034E4
2#493EDA
3#5148D1
4#5A52C7
5#625BBD
6#6A65B3
7#736FAA
8#7B79A0
9#848296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C2 #C5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9992 #9992F6 | BordersInactive statesPlaceholder text |
| 400 | 645A #645AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 382B #382BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E11 #1E11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180D #180DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110A #110A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B06 #0B064B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DEFC;
--royal-blue-200: #C5C2FA;
--royal-blue-300: #9992F6;
--royal-blue-400: #645AF2;
--royal-blue-500: #382BEE;
--royal-blue-600: #1E11D0;
--royal-blue-700: #180DA5;
--royal-blue-800: #110A76;
--royal-blue-900: #0B064B;
--royal-blue-950: #07042F;
}