Royal Blue
#4233E6
BlueColor Codes
All color formats for development
HEX
#4233E6RGB
rgb(66, 51, 230)HSL
hsl(245, 78%, 55%)OKLCH
oklch(0.478 0.252 274.9)CMYK
cmyk(71%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C1CE1
2#2719C8
3#2216AF
4#1D1396
5#190F7D
6#140C64
7#0F094B
8#0A0632
9#050319
Tints
Lighter variations
1#5547E8
2#685CEB
3#7A70ED
4#8D84F0
5#A099F2
6#B3ADF5
7#C6C2F7
8#D9D6FA
9#ECEBFC
Tones
Muted variations
1#493CDD
2#5145D4
3#584ECB
4#5F57C2
5#675FB9
6#6E68B0
7#7671A7
8#7D7A9E
9#858395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E97 #9E97F2 | BordersInactive statesPlaceholder text |
| 400 | 6C60 #6C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4233 #4233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2719 #2719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F14 #1F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160E #160E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0906 #09062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E2DFFB;
--royal-blue-200: #C8C4F8;
--royal-blue-300: #9E97F2;
--royal-blue-400: #6C60EB;
--royal-blue-500: #4233E6;
--royal-blue-600: #2719C8;
--royal-blue-700: #1F149F;
--royal-blue-800: #160E71;
--royal-blue-900: #0E0949;
--royal-blue-950: #09062D;
}