Royal Blue
#4B25F4
BlueColor Codes
All color formats for development
HEX
#4B25F4RGB
rgb(75, 37, 244)HSL
hsl(251, 90%, 55%)OKLCH
oklch(0.486 0.275 277.1)CMYK
cmyk(69%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360DF0
2#300BD5
3#2A0ABB
4#2408A0
5#1E0785
6#18066B
7#120450
8#0C0335
9#06011B
Tints
Lighter variations
1#5D3BF5
2#6F51F6
3#8166F7
4#937CF8
5#A592F9
6#B7A8FA
7#C9BEFC
8#DBD3FD
9#EDE9FE
Tones
Muted variations
1#512FE9
2#583ADF
3#5E44D5
4#654ECA
5#6C59C0
6#7263B6
7#796DAB
8#7F78A1
9#868297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC0 #CBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A390 #A390F9 | BordersInactive statesPlaceholder text |
| 400 | 7355 #7355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4B25 #4B25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 300B #300BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2609 #2609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B06 #1B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1204 #12044E | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E3DDFD;
--royal-blue-200: #CBC0FC;
--royal-blue-300: #A390F9;
--royal-blue-400: #7355F6;
--royal-blue-500: #4B25F4;
--royal-blue-600: #300BD5;
--royal-blue-700: #2609AA;
--royal-blue-800: #1B0679;
--royal-blue-900: #12044E;
--royal-blue-950: #0B0330;
}