Royal Blue
#1D49FC
BlueColor Codes
All color formats for development
HEX
#1D49FCRGB
rgb(29, 73, 252)HSL
hsl(228, 97%, 55%)OKLCH
oklch(0.515 0.265 265.4)CMYK
cmyk(88%, 71%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0435F9
2#032FDD
3#0329C1
4#0323A6
5#021D8A
6#02176F
7#011253
8#010C37
9#00061C
Tints
Lighter variations
1#345CFC
2#4A6EFC
3#6180FD
4#7792FD
5#8EA4FD
6#A5B6FE
7#BBC9FE
8#D2DBFE
9#E8EDFF
Tones
Muted variations
1#2850F0
2#3357E5
3#3E5EDA
4#4964CF
5#556BC4
6#6072B9
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 #DCE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECB #BECBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA2 #8BA2FD | BordersInactive statesPlaceholder text |
| 400 | 4F72 #4F72FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D49 #1D49FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 032F #032FDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0325 #0325B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 021B #021B7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0111 #011150 | 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: #DCE3FE;
--royal-blue-200: #BECBFE;
--royal-blue-300: #8BA2FD;
--royal-blue-400: #4F72FC;
--royal-blue-500: #1D49FC;
--royal-blue-600: #032FDD;
--royal-blue-700: #0325B0;
--royal-blue-800: #021B7E;
--royal-blue-900: #011150;
--royal-blue-950: #010B32;
}