Royal Blue
#1C50FD
BlueColor Codes
All color formats for development
HEX
#1C50FDRGB
rgb(28, 80, 253)HSL
hsl(226, 98%, 55%)OKLCH
oklch(0.527 0.26 264.8)CMYK
cmyk(89%, 68%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#033CFA
2#0236DE
3#022FC2
4#0228A7
5#01218B
6#011B6F
7#011453
8#010D38
9#00071C
Tints
Lighter variations
1#3362FD
2#4973FD
3#6085FD
4#7796FE
5#8DA8FE
6#A4B9FE
7#BBCBFE
8#D2DCFF
9#E8EEFF
Tones
Muted variations
1#2756F1
2#325CE6
3#3E62DB
4#4968D0
5#546EC4
6#5F74B9
7#6B7AAE
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 | DCE4 #DCE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCD #BDCDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA6 #8BA6FE | BordersInactive statesPlaceholder text |
| 400 | 4E77 #4E77FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C50 #1C50FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0236 #0236DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 022B #022BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011E #011E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0113 #011351 | Primary textHigh emphasis contentDark headings |
| 950 | 010C #010C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FF;
--royal-blue-100: #DCE4FF;
--royal-blue-200: #BDCDFE;
--royal-blue-300: #8BA6FE;
--royal-blue-400: #4E77FD;
--royal-blue-500: #1C50FD;
--royal-blue-600: #0236DE;
--royal-blue-700: #022BB1;
--royal-blue-800: #011E7E;
--royal-blue-900: #011351;
--royal-blue-950: #010C32;
}