Royal Blue
#1C5FFD
BlueColor Codes
All color formats for development
HEX
#1C5FFDRGB
rgb(28, 95, 253)HSL
hsl(222, 98%, 55%)OKLCH
oklch(0.552 0.244 263.3)CMYK
cmyk(89%, 62%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034DFA
2#0244DE
3#023CC2
4#0233A7
5#012B8B
6#01226F
7#011A53
8#011138
9#00091C
Tints
Lighter variations
1#336FFD
2#497FFD
3#608FFD
4#779FFE
5#8DAFFE
6#A4BFFE
7#BBCFFE
8#D2DFFF
9#E8EFFF
Tones
Muted variations
1#2764F1
2#3268E6
3#3E6DDB
4#4971D0
5#5476C4
6#5F7AB9
7#6B7FAE
8#7683A3
9#818897
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 | BDD1 #BDD1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAD #8BADFE | BordersInactive statesPlaceholder text |
| 400 | 4E83 #4E83FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C5F #1C5FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0244 #0244DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0236 #0236B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0127 #01277E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0119 #011951 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | 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: #BDD1FE;
--royal-blue-300: #8BADFE;
--royal-blue-400: #4E83FD;
--royal-blue-500: #1C5FFD;
--royal-blue-600: #0244DE;
--royal-blue-700: #0236B1;
--royal-blue-800: #01277E;
--royal-blue-900: #011951;
--royal-blue-950: #011032;
}