Royal Blue
#4F8CFC
BlueColor Codes
All color formats for development
HEX
#4F8CFCRGB
rgb(79, 140, 252)HSL
hsl(219, 97%, 65%)OKLCH
oklch(0.655 0.178 261.4)CMYK
cmyk(69%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F76FC
2#0E61FB
3#0352E5
4#0347C4
5#023BA3
6#022F83
7#012362
8#011841
9#000C21
Tints
Lighter variations
1#6197FD
2#72A3FD
3#84AEFD
4#96BAFD
5#A7C5FE
6#B9D1FE
7#CADCFE
8#DCE8FE
9#EDF3FF
Tones
Muted variations
1#588EF4
2#6091EB
3#6994E2
4#7296DA
5#7A99D1
6#839BC8
7#8C9EC0
8#94A1B7
9#9DA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED4 #BED4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB3 #8BB3FD | BordersInactive statesPlaceholder text |
| 400 | 4F8C #4F8CFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D6B #1D6BFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0350 #0350DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 033F #033FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 022D #022D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011D #011D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FF;
--royal-blue-100: #DCE8FE;
--royal-blue-200: #BED4FE;
--royal-blue-300: #8BB3FD;
--royal-blue-400: #4F8CFC;
--royal-blue-500: #1D6BFC;
--royal-blue-600: #0350DD;
--royal-blue-700: #033FB0;
--royal-blue-800: #022D7E;
--royal-blue-900: #011D50;
--royal-blue-950: #011232;
}