Royal Blue
#4425F4
BlueColor Codes
All color formats for development
HEX
#4425F4RGB
rgb(68, 37, 244)HSL
hsl(249, 90%, 55%)OKLCH
oklch(0.481 0.276 275.1)CMYK
cmyk(72%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0DF0
2#2A0BD5
3#240ABB
4#1F08A0
5#1A0785
6#15066B
7#100450
8#0A0335
9#05011B
Tints
Lighter variations
1#573BF5
2#6951F6
3#7C66F7
4#8F7CF8
5#A192F9
6#B4A8FA
7#C7BEFC
8#DAD3FD
9#ECE9FE
Tones
Muted variations
1#4B2FE9
2#523ADF
3#5A44D5
4#614ECA
5#6859C0
6#6F63B6
7#776DAB
8#7E78A1
9#858297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F90 #9F90F9 | BordersInactive statesPlaceholder text |
| 400 | 6E55 #6E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4425 #4425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A0B #2A0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2109 #2109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1806 #180679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044E | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E2DDFD;
--royal-blue-200: #C9C0FC;
--royal-blue-300: #9F90F9;
--royal-blue-400: #6E55F6;
--royal-blue-500: #4425F4;
--royal-blue-600: #2A0BD5;
--royal-blue-700: #2109AA;
--royal-blue-800: #180679;
--royal-blue-900: #0F044E;
--royal-blue-950: #090330;
}