Royal Blue
#1C58FD
BlueColor Codes
All color formats for development
HEX
#1C58FDRGB
rgb(28, 88, 253)HSL
hsl(224, 98%, 55%)OKLCH
oklch(0.54 0.251 264)CMYK
cmyk(89%, 65%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0344FA
2#023DDE
3#0235C2
4#022EA7
5#01268B
6#011E6F
7#011753
8#010F38
9#00081C
Tints
Lighter variations
1#3368FD
2#4979FD
3#608AFD
4#779BFE
5#8DABFE
6#A4BCFE
7#BBCDFE
8#D2DEFF
9#E8EEFF
Tones
Muted variations
1#275DF1
2#3262E6
3#3E68DB
4#496DD0
5#5472C4
6#5F77B9
7#6B7DAE
8#7682A3
9#818797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCF #BDCFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAA #8BAAFE | BordersInactive statesPlaceholder text |
| 400 | 4E7D #4E7DFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C58 #1C58FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 023D #023DDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0230 #0230B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0123 #01237E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0116 #011651 | 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: #DCE5FF;
--royal-blue-200: #BDCFFE;
--royal-blue-300: #8BAAFE;
--royal-blue-400: #4E7DFD;
--royal-blue-500: #1C58FD;
--royal-blue-600: #023DDE;
--royal-blue-700: #0230B1;
--royal-blue-800: #01237E;
--royal-blue-900: #011651;
--royal-blue-950: #010E32;
}