Royal Blue
#1C49FD
BlueColor Codes
All color formats for development
HEX
#1C49FDRGB
rgb(28, 73, 253)HSL
hsl(228, 98%, 55%)OKLCH
oklch(0.516 0.267 265.3)CMYK
cmyk(89%, 71%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0334FA
2#022EDE
3#0228C2
4#0223A7
5#011D8B
6#01176F
7#011153
8#010C38
9#00061C
Tints
Lighter variations
1#335BFD
2#496DFD
3#607FFD
4#7792FE
5#8DA4FE
6#A4B6FE
7#BBC8FE
8#D2DBFF
9#E8EDFF
Tones
Muted variations
1#2750F1
2#3256E6
3#3E5DDB
4#4964D0
5#546BC4
6#5F71B9
7#6B78AE
8#767FA3
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 | BDCA #BDCAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA2 #8BA2FE | BordersInactive statesPlaceholder text |
| 400 | 4E71 #4E71FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C49 #1C49FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 022E #022EDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0225 #0225B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011A #011A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0111 #011151 | 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: #BDCAFE;
--royal-blue-300: #8BA2FE;
--royal-blue-400: #4E71FD;
--royal-blue-500: #1C49FD;
--royal-blue-600: #022EDE;
--royal-blue-700: #0225B1;
--royal-blue-800: #011A7E;
--royal-blue-900: #011151;
--royal-blue-950: #010B32;
}