Royal Blue
#2F58E9
BlueColor Codes
All color formats for development
HEX
#2F58E9RGB
rgb(47, 88, 233)HSL
hsl(227, 81%, 55%)OKLCH
oklch(0.527 0.223 266.2)CMYK
cmyk(80%, 62%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1844E4
2#153DCB
3#1335B2
4#102E98
5#0D267F
6#0B1E66
7#08174C
8#050F33
9#030819
Tints
Lighter variations
1#4468EB
2#5979EE
3#6E8AF0
4#829BF2
5#97ABF4
6#ACBCF6
7#C1CDF8
8#D5DEFB
9#EAEEFD
Tones
Muted variations
1#395DE0
2#4262D7
3#4B67CD
4#546DC4
5#5E72BB
6#6777B1
7#707CA8
8#7A829F
9#838796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CF #C3CFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A9 #95A9F4 | BordersInactive statesPlaceholder text |
| 400 | 5D7D #5D7DEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F58 #2F58E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 153D #153DCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1130 #1130A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C22 #0C2273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0816 #08164A | 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: #F1F4FE;
--royal-blue-100: #DFE5FC;
--royal-blue-200: #C3CFF9;
--royal-blue-300: #95A9F4;
--royal-blue-400: #5D7DEE;
--royal-blue-500: #2F58E9;
--royal-blue-600: #153DCB;
--royal-blue-700: #1130A2;
--royal-blue-800: #0C2273;
--royal-blue-900: #08164A;
--royal-blue-950: #050E2E;
}