Royal Blue
#4E66FD
BlueColor Codes
All color formats for development
HEX
#4E66FDRGB
rgb(78, 102, 253)HSL
hsl(232, 98%, 65%)OKLCH
oklch(0.582 0.224 270.8)CMYK
cmyk(69%, 60%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D49FD
2#0D2DFD
3#0221E6
4#021CC5
5#0217A4
6#011383
7#010E62
8#010942
9#000521
Tints
Lighter variations
1#6075FD
2#7284FE
3#8394FE
4#95A3FE
5#A7B2FE
6#B8C2FE
7#CAD1FE
8#DCE0FF
9#EDF0FF
Tones
Muted variations
1#576CF4
2#6072EC
3#6979E3
4#717FDA
5#7A86D1
6#838CC9
7#8C93C0
8#9499B7
9#9D9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC6 #BDC6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9A #8B9AFE | BordersInactive statesPlaceholder text |
| 400 | 4E66 #4E66FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C3A #1C3AFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0220 #0220DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0219 #0219B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0112 #01127E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010B #010B51 | Primary textHigh emphasis contentDark headings |
| 950 | 0107 #010732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FF;
--royal-blue-100: #DCE0FF;
--royal-blue-200: #BDC6FE;
--royal-blue-300: #8B9AFE;
--royal-blue-400: #4E66FD;
--royal-blue-500: #1C3AFD;
--royal-blue-600: #0220DE;
--royal-blue-700: #0219B1;
--royal-blue-800: #01127E;
--royal-blue-900: #010B51;
--royal-blue-950: #010732;
}