Royal Blue
#4E77FD
BlueColor Codes
All color formats for development
HEX
#4E77FDRGB
rgb(78, 119, 253)HSL
hsl(226, 98%, 65%)OKLCH
oklch(0.614 0.205 267.2)CMYK
cmyk(69%, 53%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D5EFD
2#0D45FD
3#0237E6
4#022FC5
5#0228A4
6#012083
7#011862
8#011042
9#000821
Tints
Lighter variations
1#6085FD
2#7292FE
3#83A0FE
4#95ADFE
5#A7BBFE
6#B8C9FE
7#CAD6FE
8#DCE4FF
9#EDF1FF
Tones
Muted variations
1#577CF4
2#6080EC
3#6985E3
4#718ADA
5#7A8ED1
6#8393C9
7#8C98C0
8#949CB7
9#9DA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE4 #DCE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCD #BDCDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA6 #8BA6FE | BordersInactive statesPlaceholder text |
| 400 | 4E77 #4E77FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C50 #1C50FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0236 #0236DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 022B #022BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011E #011E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0113 #011351 | Primary textHigh emphasis contentDark headings |
| 950 | 010C #010C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DCE4FF;
--royal-blue-200: #BDCDFE;
--royal-blue-300: #8BA6FE;
--royal-blue-400: #4E77FD;
--royal-blue-500: #1C50FD;
--royal-blue-600: #0236DE;
--royal-blue-700: #022BB1;
--royal-blue-800: #011E7E;
--royal-blue-900: #011351;
--royal-blue-950: #010C32;
}