Royal Blue
#4C2CED
BlueColor Codes
All color formats for development
HEX
#4C2CEDRGB
rgb(76, 44, 237)HSL
hsl(250, 84%, 55%)OKLCH
oklch(0.485 0.263 277.7)CMYK
cmyk(68%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3814E8
2#3112CE
3#2B10B5
4#250D9B
5#1F0B81
6#190967
7#13074D
8#0C0434
9#06021A
Tints
Lighter variations
1#5E41EE
2#7056F0
3#826BF2
4#9480F4
5#A595F6
6#B7ABF8
7#C9C0F9
8#DBD5FB
9#EDEAFD
Tones
Muted variations
1#5235E3
2#593FD9
3#5F49D0
4#6652C6
5#6C5CBC
6#7366B3
7#796FA9
8#7F79A0
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 | CBC2 #CBC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A493 #A493F6 | BordersInactive statesPlaceholder text |
| 400 | 745B #745BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 4C2C #4C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 3112 #3112CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 270E #270EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0A #1C0A75 | 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: #CBC2FA;
--royal-blue-300: #A493F6;
--royal-blue-400: #745BF1;
--royal-blue-500: #4C2CED;
--royal-blue-600: #3112CE;
--royal-blue-700: #270EA4;
--royal-blue-800: #1C0A75;
--royal-blue-900: #12074B;
--royal-blue-950: #0B042F;
}