Royal Blue
#4D2DEB
BlueColor Codes
All color formats for development
HEX
#4D2DEBRGB
rgb(77, 45, 235)HSL
hsl(250, 83%, 55%)OKLCH
oklch(0.485 0.259 278.2)CMYK
cmyk(67%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3815E7
2#3213CD
3#2C11B4
4#260E9A
5#1F0C80
6#190A67
7#13074D
8#0D0533
9#06021A
Tints
Lighter variations
1#5F42ED
2#7057EF
3#826CF1
4#9481F3
5#A696F5
6#B8ABF7
7#CAC0F9
8#DBD5FB
9#EDEAFD
Tones
Muted variations
1#5337E2
2#5940D8
3#604ACF
4#6653C5
5#6D5DBC
6#7366B2
7#7970A9
8#80799F
9#868396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC2 #CCC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A494 #A494F5 | BordersInactive statesPlaceholder text |
| 400 | 745C #745CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 4D2D #4D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3213 #3213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 280F #280FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0B #1C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1207 #12074B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E3DEFC;
--royal-blue-200: #CCC2F9;
--royal-blue-300: #A494F5;
--royal-blue-400: #745CF0;
--royal-blue-500: #4D2DEB;
--royal-blue-600: #3213CD;
--royal-blue-700: #280FA3;
--royal-blue-800: #1C0B75;
--royal-blue-900: #12074B;
--royal-blue-950: #0B042F;
}