Royal Blue
#4725F4
BlueColor Codes
All color formats for development
HEX
#4725F4RGB
rgb(71, 37, 244)HSL
hsl(250, 90%, 55%)OKLCH
oklch(0.483 0.275 276)CMYK
cmyk(71%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320DF0
2#2D0BD5
3#270ABB
4#2208A0
5#1C0785
6#16066B
7#110450
8#0B0335
9#06011B
Tints
Lighter variations
1#5A3BF5
2#6C51F6
3#7E66F7
4#917CF8
5#A392F9
6#B6A8FA
7#C8BEFC
8#DAD3FD
9#EDE9FE
Tones
Muted variations
1#4E2FE9
2#553ADF
3#5C44D5
4#634ECA
5#6A59C0
6#7163B6
7#786DAB
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 | CAC0 #CAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A190 #A190F9 | BordersInactive statesPlaceholder text |
| 400 | 7055 #7055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4725 #4725F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D0B #2D0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2409 #2409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A06 #1A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1004 #10044E | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | 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: #CAC0FC;
--royal-blue-300: #A190F9;
--royal-blue-400: #7055F6;
--royal-blue-500: #4725F4;
--royal-blue-600: #2D0BD5;
--royal-blue-700: #2409AA;
--royal-blue-800: #1A0679;
--royal-blue-900: #10044E;
--royal-blue-950: #0A0330;
}