Royal Blue
#3055E8
BlueColor Codes
All color formats for development
HEX
#3055E8RGB
rgb(48, 85, 232)HSL
hsl(228, 80%, 55%)OKLCH
oklch(0.521 0.225 266.9)CMYK
cmyk(79%, 63%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1942E3
2#163ACA
3#1433B1
4#112C97
5#0E247E
6#0B1D65
7#08164C
8#060F32
9#030719
Tints
Lighter variations
1#4566EA
2#5A77ED
3#6E88EF
4#8399F1
5#98AAF4
6#ACBBF6
7#C1CCF8
8#D6DDFA
9#EAEEFD
Tones
Muted variations
1#3A5BDF
2#4360D6
3#4C66CD
4#556BC3
5#5E71BA
6#6876B1
7#717CA8
8#7A819F
9#838795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CE #C3CEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A8 #95A8F3 | BordersInactive statesPlaceholder text |
| 400 | 5E7B #5E7BED | Disabled statesSecondary iconsMuted text |
| 500 | 3055 #3055E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 163A #163ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122E #122EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D21 #0D2173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0815 #081549 | 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: #F1F4FD;
--royal-blue-100: #DFE5FB;
--royal-blue-200: #C3CEF8;
--royal-blue-300: #95A8F3;
--royal-blue-400: #5E7BED;
--royal-blue-500: #3055E8;
--royal-blue-600: #163ACA;
--royal-blue-700: #122EA1;
--royal-blue-800: #0D2173;
--royal-blue-900: #081549;
--royal-blue-950: #050D2E;
}