Royal Blue
#4247D7
BlueColor Codes
All color formats for development
HEX
#4247D7RGB
rgb(66, 71, 215)HSL
hsl(238, 65%, 55%)OKLCH
oklch(0.491 0.215 273.7)CMYK
cmyk(69%, 67%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C32D0
2#272CB9
3#2227A2
4#1D218B
5#191C74
6#14165D
7#0F1145
8#0A0B2E
9#050617
Tints
Lighter variations
1#5559DB
2#686CDF
3#7A7EE3
4#8D90E7
5#A0A3EB
6#B3B5EF
7#C6C8F3
8#D9DAF7
9#ECEDFB
Tones
Muted variations
1#494ECF
2#5155C8
3#585CC0
4#5F62B9
5#6769B2
6#6E70AA
7#7677A3
8#7D7E9B
9#858594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CA #C8CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA1 #9EA1EA | BordersInactive statesPlaceholder text |
| 400 | 6C70 #6C70E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4247 #4247D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 272C #272CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F23 #1F2393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1619 #161969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E10 #0E1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FC;
--royal-blue-100: #E2E2F9;
--royal-blue-200: #C8CAF3;
--royal-blue-300: #9EA1EA;
--royal-blue-400: #6C70E0;
--royal-blue-500: #4247D7;
--royal-blue-600: #272CB9;
--royal-blue-700: #1F2393;
--royal-blue-800: #161969;
--royal-blue-900: #0E1043;
--royal-blue-950: #090A2A;
}