Royal Blue
#442EEA
BlueColor Codes
All color formats for development
HEX
#442EEARGB
rgb(68, 46, 234)HSL
hsl(247, 82%, 55%)OKLCH
oklch(0.478 0.26 275.5)CMYK
cmyk(71%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F17E6
2#2A14CC
3#2412B3
4#1F0F99
5#1A0D80
6#150A66
7#10084D
8#0A0533
9#05031A
Tints
Lighter variations
1#5743EC
2#6958EE
3#7C6DF1
4#8F82F3
5#A297F5
6#B4ABF7
7#C7C0F9
8#DAD5FB
9#ECEAFD
Tones
Muted variations
1#4B38E1
2#5341D8
3#5A4ACE
4#6154C5
5#685DBB
6#6F67B2
7#7770A8
8#7E799F
9#858396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F94 #9F94F4 | BordersInactive statesPlaceholder text |
| 400 | 6E5D #6E5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 442E #442EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A14 #2A14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2110 #2110A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180B #180B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074A | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E2DFFC;
--royal-blue-200: #C9C3F9;
--royal-blue-300: #9F94F4;
--royal-blue-400: #6E5DEF;
--royal-blue-500: #442EEA;
--royal-blue-600: #2A14CC;
--royal-blue-700: #2110A2;
--royal-blue-800: #180B74;
--royal-blue-900: #0F074A;
--royal-blue-950: #09052E;
}