Royal Blue
#1D3EFC
BlueColor Codes
All color formats for development
HEX
#1D3EFCRGB
rgb(29, 62, 252)HSL
hsl(231, 97%, 55%)OKLCH
oklch(0.5 0.276 266)CMYK
cmyk(88%, 75%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0429F9
2#0324DD
3#0320C1
4#031BA6
5#02178A
6#02126F
7#010E53
8#010937
9#00051C
Tints
Lighter variations
1#3452FC
2#4A65FC
3#6178FD
4#778BFD
5#8E9FFD
6#A5B2FE
7#BBC5FE
8#D2D8FE
9#E8ECFF
Tones
Muted variations
1#2846F0
2#334EE5
3#3E56DA
4#495ECF
5#5565C4
6#606DB9
7#6B75AE
8#767DA3
9#818497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC7 #BEC7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9D #8B9DFD | BordersInactive statesPlaceholder text |
| 400 | 4F69 #4F69FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D3E #1D3EFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0324 #0324DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 031D #031DB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0214 #02147E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010D #010D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0108 #010832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FF;
--royal-blue-100: #DCE1FE;
--royal-blue-200: #BEC7FE;
--royal-blue-300: #8B9DFD;
--royal-blue-400: #4F69FC;
--royal-blue-500: #1D3EFC;
--royal-blue-600: #0324DD;
--royal-blue-700: #031DB0;
--royal-blue-800: #02147E;
--royal-blue-900: #010D50;
--royal-blue-950: #010832;
}