Royal Blue
#3058E8
BlueColor Codes
All color formats for development
HEX
#3058E8RGB
rgb(48, 88, 232)HSL
hsl(227, 80%, 55%)OKLCH
oklch(0.527 0.222 266.4)CMYK
cmyk(79%, 62%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1945E3
2#163DCA
3#1436B1
4#112E97
5#0E267E
6#0B1F65
7#08174C
8#060F32
9#030819
Tints
Lighter variations
1#4569EA
2#5A7AED
3#6E8AEF
4#839BF1
5#98ACF4
6#ACBCF6
7#C1CDF8
8#D6DEFA
9#EAEEFD
Tones
Muted variations
1#3A5DDF
2#4363D6
3#4C68CD
4#556DC3
5#5E72BA
6#6877B1
7#717DA8
8#7A829F
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 | C3CF #C3CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AA #95AAF3 | BordersInactive statesPlaceholder text |
| 400 | 5E7D #5E7DED | Disabled statesSecondary iconsMuted text |
| 500 | 3058 #3058E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 163D #163DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1231 #1231A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D23 #0D2373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0816 #081649 | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | 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: #C3CFF8;
--royal-blue-300: #95AAF3;
--royal-blue-400: #5E7DED;
--royal-blue-500: #3058E8;
--royal-blue-600: #163DCA;
--royal-blue-700: #1231A1;
--royal-blue-800: #0D2373;
--royal-blue-900: #081649;
--royal-blue-950: #050E2E;
}