Royal Blue
#2552F4
BlueColor Codes
All color formats for development
HEX
#2552F4RGB
rgb(37, 82, 244)HSL
hsl(227, 90%, 55%)OKLCH
oklch(0.524 0.245 265.6)CMYK
cmyk(85%, 66%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3EF0
2#0B37D5
3#0A30BB
4#0829A0
5#072285
6#061B6B
7#041550
8#030E35
9#01071B
Tints
Lighter variations
1#3B63F5
2#5174F6
3#6686F7
4#7C97F8
5#92A8F9
6#A8BAFA
7#BECBFC
8#D3DCFD
9#E9EEFE
Tones
Muted variations
1#2F58E9
2#3A5DDF
3#4463D5
4#4E69CA
5#596FC0
6#6375B6
7#6D7BAB
8#7881A1
9#828697
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A6 #90A6F9 | BordersInactive statesPlaceholder text |
| 400 | 5578 #5578F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2552 #2552F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B37 #0B37D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 092C #092CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061F #061F79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144E | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE4FD;
--royal-blue-200: #C0CDFC;
--royal-blue-300: #90A6F9;
--royal-blue-400: #5578F6;
--royal-blue-500: #2552F4;
--royal-blue-600: #0B37D5;
--royal-blue-700: #092CAA;
--royal-blue-800: #061F79;
--royal-blue-900: #04144E;
--royal-blue-950: #030C30;
}