Royal Blue
#4F7DFC
BlueColor Codes
All color formats for development
HEX
#4F7DFCRGB
rgb(79, 125, 252)HSL
hsl(224, 97%, 65%)OKLCH
oklch(0.625 0.196 265.9)CMYK
cmyk(69%, 50%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F65FC
2#0E4DFB
3#0340E5
4#0336C4
5#022DA3
6#022483
7#011B62
8#011241
9#000921
Tints
Lighter variations
1#618AFD
2#7297FD
3#84A4FD
4#96B1FD
5#A7BEFE
6#B9CBFE
7#CAD8FE
8#DCE5FE
9#EDF2FF
Tones
Muted variations
1#5881F4
2#6085EB
3#6989E2
4#728EDA
5#7A92D1
6#8396C8
7#8C9AC0
8#949EB7
9#9DA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECF #BECFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAA #8BAAFD | BordersInactive statesPlaceholder text |
| 400 | 4F7D #4F7DFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D58 #1D58FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 033D #033DDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0331 #0331B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0223 #02237E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0116 #011650 | Primary textHigh emphasis contentDark headings |
| 950 | 010E #010E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE5FE;
--royal-blue-200: #BECFFE;
--royal-blue-300: #8BAAFD;
--royal-blue-400: #4F7DFC;
--royal-blue-500: #1D58FC;
--royal-blue-600: #033DDD;
--royal-blue-700: #0331B0;
--royal-blue-800: #02237E;
--royal-blue-900: #011650;
--royal-blue-950: #010E32;
}