Royal Blue
#494DD0
BlueColor Codes
All color formats for development
HEX
#494DD0RGB
rgb(73, 77, 208)HSL
hsl(238, 59%, 55%)OKLCH
oklch(0.499 0.197 275.2)CMYK
cmyk(65%, 63%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3439C9
2#2E32B2
3#282C9C
4#232686
5#1D206F
6#171959
7#111343
8#0C0D2D
9#060616
Tints
Lighter variations
1#5B5FD5
2#6D71D9
3#7F82DE
4#9294E3
5#A4A6E7
6#B6B8EC
7#C8CAF1
8#DBDBF6
9#EDEDFA
Tones
Muted variations
1#4F53C9
2#565AC2
3#5D60BC
4#6466B5
5#6A6DAE
6#7173A7
7#7879A1
8#7F809A
9#858693
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 | CACC #CACCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A4 #A2A4E7 | BordersInactive statesPlaceholder text |
| 400 | 7175 #7175DA | Disabled statesSecondary iconsMuted text |
| 500 | 494D #494DD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E32 #2E32B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2528 #25288E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1D #1A1D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1112 #111241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0B #0A0B29 | 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: #CACCF1;
--royal-blue-300: #A2A4E7;
--royal-blue-400: #7175DA;
--royal-blue-500: #494DD0;
--royal-blue-600: #2E32B2;
--royal-blue-700: #25288E;
--royal-blue-800: #1A1D65;
--royal-blue-900: #111241;
--royal-blue-950: #0A0B29;
}