Royal Blue
#4E25F4
BlueColor Codes
All color formats for development
HEX
#4E25F4RGB
rgb(78, 37, 244)HSL
hsl(252, 90%, 55%)OKLCH
oklch(0.488 0.274 278)CMYK
cmyk(68%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0DF0
2#340BD5
3#2D0ABB
4#2708A0
5#200785
6#1A066B
7#130450
8#0D0335
9#06011B
Tints
Lighter variations
1#603BF5
2#7251F6
3#8366F7
4#957CF8
5#A792F9
6#B8A8FA
7#CABEFC
8#DCD3FD
9#EDE9FE
Tones
Muted variations
1#542FE9
2#5B3ADF
3#6144D5
4#674ECA
5#6D59C0
6#7363B6
7#7A6DAB
8#8078A1
9#868297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC0 #CCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A590 #A590F9 | BordersInactive statesPlaceholder text |
| 400 | 7655 #7655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E25 #4E25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 340B #340BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2909 #2909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D06 #1D0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1304 #13044E | Primary textHigh emphasis contentDark headings |
| 950 | 0C03 #0C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E4DDFD;
--royal-blue-200: #CCC0FC;
--royal-blue-300: #A590F9;
--royal-blue-400: #7655F6;
--royal-blue-500: #4E25F4;
--royal-blue-600: #340BD5;
--royal-blue-700: #2909AA;
--royal-blue-800: #1D0679;
--royal-blue-900: #13044E;
--royal-blue-950: #0C0330;
}