Royal Blue
#3052E8
BlueColor Codes
All color formats for development
HEX
#3052E8RGB
rgb(48, 82, 232)HSL
hsl(229, 80%, 55%)OKLCH
oklch(0.516 0.228 267.3)CMYK
cmyk(79%, 65%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#193EE3
2#1637CA
3#1430B1
4#112A97
5#0E237E
6#0B1C65
7#08154C
8#060E32
9#030719
Tints
Lighter variations
1#4563EA
2#5A75ED
3#6E86EF
4#8397F1
5#98A9F4
6#ACBAF6
7#C1CBF8
8#D6DCFA
9#EAEEFD
Tones
Muted variations
1#3A58DF
2#435ED6
3#4C64CD
4#5569C3
5#5E6FBA
6#6875B1
7#717BA8
8#7A819F
9#838695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CD #C3CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A7 #95A7F3 | BordersInactive statesPlaceholder text |
| 400 | 5E79 #5E79ED | Disabled statesSecondary iconsMuted text |
| 500 | 3052 #3052E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1637 #1637CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122C #122CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1F #0D1F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0814 #081449 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE4FB;
--royal-blue-200: #C3CDF8;
--royal-blue-300: #95A7F3;
--royal-blue-400: #5E79ED;
--royal-blue-500: #3052E8;
--royal-blue-600: #1637CA;
--royal-blue-700: #122CA1;
--royal-blue-800: #0D1F73;
--royal-blue-900: #081449;
--royal-blue-950: #050D2E;
}