Royal Blue
#4A4ECF
BlueColor Codes
All color formats for development
HEX
#4A4ECFRGB
rgb(74, 78, 207)HSL
hsl(238, 58%, 55%)OKLCH
oklch(0.501 0.195 275.4)CMYK
cmyk(64%, 62%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#353AC7
2#2F33B1
3#292D9B
4#232785
5#1D206F
6#181A59
7#121342
8#0C0D2C
9#060616
Tints
Lighter variations
1#5C60D4
2#6E72D8
3#8083DD
4#9295E2
5#A4A7E7
6#B6B8EC
7#C9CAF1
8#DBDCF5
9#EDEDFA
Tones
Muted variations
1#5054C8
2#575BC1
3#5E61BB
4#6467B4
5#6B6DAE
6#7273A7
7#787AA0
8#7F809A
9#868693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCC #CBCCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A5 #A2A5E6 | BordersInactive statesPlaceholder text |
| 400 | 7275 #7275DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A4E #4A4ECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F33 #2F33B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2529 #25298D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1D #1B1D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1113 #111340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E3F8;
--royal-blue-200: #CBCCF1;
--royal-blue-300: #A2A5E6;
--royal-blue-400: #7275DA;
--royal-blue-500: #4A4ECF;
--royal-blue-600: #2F33B1;
--royal-blue-700: #25298D;
--royal-blue-800: #1B1D65;
--royal-blue-900: #111340;
--royal-blue-950: #0B0C28;
}