Royal Blue
#4E59CA
BlueColor Codes
All color formats for development
HEX
#4E59CARGB
rgb(78, 89, 202)HSL
hsl(235, 54%, 55%)OKLCH
oklch(0.519 0.174 274.4)CMYK
cmyk(61%, 56%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A45C2
2#343EAD
3#2D3697
4#272E82
5#20276C
6#1A1F56
7#131741
8#0D0F2B
9#060816
Tints
Lighter variations
1#6069CF
2#727AD5
3#838BDA
4#959BDF
5#A7ACE5
6#B8BCEA
7#CACDEF
8#DCDEF4
9#EDEEFA
Tones
Muted variations
1#545EC4
2#5B63BE
3#6168B8
4#676DB1
5#6D72AB
6#7378A5
7#7A7D9F
8#808299
9#868792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCF #CCCFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AA #A5AAE4 | BordersInactive statesPlaceholder text |
| 400 | 767E #767ED6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E59 #4E59CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 343E #343EAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2931 #293189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D23 #1D2362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1316 #13163F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FB;
--royal-blue-100: #E4E5F7;
--royal-blue-200: #CCCFF0;
--royal-blue-300: #A5AAE4;
--royal-blue-400: #767ED6;
--royal-blue-500: #4E59CA;
--royal-blue-600: #343EAD;
--royal-blue-700: #293189;
--royal-blue-800: #1D2362;
--royal-blue-900: #13163F;
--royal-blue-950: #0C0E27;
}