Royal Blue
#4223F6
BlueColor Codes
All color formats for development
HEX
#4223F6RGB
rgb(66, 35, 246)HSL
hsl(249, 92%, 55%)OKLCH
oklch(0.48 0.28 274.5)CMYK
cmyk(73%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0AF2
2#2809D7
3#2308BC
4#1E07A2
5#190687
6#14046C
7#0F0351
8#0A0236
9#05011B
Tints
Lighter variations
1#5539F7
2#684FF8
3#7B65F9
4#8E7BF9
5#A191FA
6#B4A7FB
7#C6BDFC
8#D9D3FD
9#ECE9FE
Tones
Muted variations
1#4A2DEB
2#5138E1
3#5942D6
4#604DCC
5#6757C1
6#6F62B6
7#766DAC
8#7D77A1
9#858297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8E #9F8EFA | BordersInactive statesPlaceholder text |
| 400 | 6C54 #6C54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 4223 #4223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2809 #2809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2007 #2007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1705 #17057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F03 #0F034E | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E2DDFE;
--royal-blue-200: #C9BFFC;
--royal-blue-300: #9F8EFA;
--royal-blue-400: #6C54F8;
--royal-blue-500: #4223F6;
--royal-blue-600: #2809D7;
--royal-blue-700: #2007AB;
--royal-blue-800: #17057A;
--royal-blue-900: #0F034E;
--royal-blue-950: #090231;
}