Royal Blue
#1C5CFD
BlueColor Codes
All color formats for development
HEX
#1C5CFDRGB
rgb(28, 92, 253)HSL
hsl(223, 98%, 55%)OKLCH
oklch(0.547 0.247 263.6)CMYK
cmyk(89%, 64%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0349FA
2#0241DE
3#0238C2
4#0230A7
5#01288B
6#01206F
7#011853
8#011038
9#00081C
Tints
Lighter variations
1#336CFD
2#497CFD
3#608DFD
4#779DFE
5#8DADFE
6#A4BEFE
7#BBCEFE
8#D2DEFF
9#E8EFFF
Tones
Muted variations
1#2760F1
2#3265E6
3#3E6ADB
4#496FD0
5#5474C4
6#5F79B9
7#6B7EAE
8#7683A3
9#818797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD0 #BDD0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAB #8BABFE | BordersInactive statesPlaceholder text |
| 400 | 4E80 #4E80FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C5C #1C5CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0241 #0241DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0233 #0233B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0125 #01257E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0117 #011751 | Primary textHigh emphasis contentDark headings |
| 950 | 010F #010F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE6FF;
--royal-blue-200: #BDD0FE;
--royal-blue-300: #8BABFE;
--royal-blue-400: #4E80FD;
--royal-blue-500: #1C5CFD;
--royal-blue-600: #0241DE;
--royal-blue-700: #0233B1;
--royal-blue-800: #01257E;
--royal-blue-900: #011751;
--royal-blue-950: #010F32;
}