Royal Blue
#452BEE
BlueColor Codes
All color formats for development
HEX
#452BEERGB
rgb(69, 43, 238)HSL
hsl(248, 85%, 55%)OKLCH
oklch(0.48 0.266 275.6)CMYK
cmyk(71%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3013EA
2#2A11D0
3#250FB6
4#200D9C
5#1A0B82
6#150868
7#10064E
8#0B0434
9#05021A
Tints
Lighter variations
1#5740F0
2#6A55F1
3#7D6AF3
4#8F80F5
5#A295F6
6#B4AAF8
7#C7BFFA
8#DAD5FC
9#ECEAFD
Tones
Muted variations
1#4C34E4
2#533EDA
3#5A48D1
4#6152C7
5#685BBD
6#7065B3
7#776FAA
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 #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A092 #A092F6 | BordersInactive statesPlaceholder text |
| 400 | 6E5A #6E5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 452B #452BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A11 #2A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220D #220DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180A #180A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F06 #0F064B | 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: #E2DEFC;
--royal-blue-200: #C9C2FA;
--royal-blue-300: #A092F6;
--royal-blue-400: #6E5AF2;
--royal-blue-500: #452BEE;
--royal-blue-600: #2A11D0;
--royal-blue-700: #220DA5;
--royal-blue-800: #180A76;
--royal-blue-900: #0F064B;
--royal-blue-950: #0A042F;
}