Royal Blue
#5525F4
BlueColor Codes
All color formats for development
HEX
#5525F4RGB
rgb(85, 37, 244)HSL
hsl(254, 90%, 55%)OKLCH
oklch(0.493 0.273 280.2)CMYK
cmyk(65%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420DF0
2#3A0BD5
3#330ABB
4#2C08A0
5#240785
6#1D066B
7#160450
8#0F0335
9#07011B
Tints
Lighter variations
1#663BF5
2#7751F6
3#8866F7
4#997CF8
5#AA92F9
6#BBA8FA
7#CCBEFC
8#DDD3FD
9#EEE9FE
Tones
Muted variations
1#5B2FE9
2#603ADF
3#6644D5
4#6B4ECA
5#7159C0
6#7663B6
7#7C6DAB
8#8178A1
9#878297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC0 #CEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A890 #A890F9 | BordersInactive statesPlaceholder text |
| 400 | 7B55 #7B55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5525 #5525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A0B #3A0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E09 #2E09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2106 #210679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1504 #15044E | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E5DDFD;
--royal-blue-200: #CEC0FC;
--royal-blue-300: #A890F9;
--royal-blue-400: #7B55F6;
--royal-blue-500: #5525F4;
--royal-blue-600: #3A0BD5;
--royal-blue-700: #2E09AA;
--royal-blue-800: #210679;
--royal-blue-900: #15044E;
--royal-blue-950: #0D0330;
}