Royal Blue
#1C4DFD
BlueColor Codes
All color formats for development
HEX
#1C4DFDRGB
rgb(28, 77, 253)HSL
hsl(227, 98%, 55%)OKLCH
oklch(0.522 0.263 265)CMYK
cmyk(89%, 70%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0338FA
2#0232DE
3#022CC2
4#0225A7
5#011F8B
6#01196F
7#011353
8#010C38
9#00061C
Tints
Lighter variations
1#335EFD
2#4970FD
3#6082FD
4#7794FE
5#8DA6FE
6#A4B8FE
7#BBC9FE
8#D2DBFF
9#E8EDFF
Tones
Muted variations
1#2753F1
2#3259E6
3#3E60DB
4#4966D0
5#546CC4
6#5F73B9
7#6B79AE
8#7680A3
9#818697
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCB #BDCBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA4 #8BA4FE | BordersInactive statesPlaceholder text |
| 400 | 4E74 #4E74FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C4D #1C4DFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0232 #0232DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0228 #0228B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011C #011C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0112 #011251 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DCE3FF;
--royal-blue-200: #BDCBFE;
--royal-blue-300: #8BA4FE;
--royal-blue-400: #4E74FD;
--royal-blue-500: #1C4DFD;
--royal-blue-600: #0232DE;
--royal-blue-700: #0228B1;
--royal-blue-800: #011C7E;
--royal-blue-900: #011251;
--royal-blue-950: #010B32;
}