Royal Blue
#2D50EB
BlueColor Codes
All color formats for development
HEX
#2D50EBRGB
rgb(45, 80, 235)HSL
hsl(229, 83%, 55%)OKLCH
oklch(0.514 0.235 267)CMYK
cmyk(81%, 66%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#153CE7
2#1335CD
3#112FB4
4#0E289A
5#0C2180
6#0A1B67
7#07144D
8#050D33
9#02071A
Tints
Lighter variations
1#4261ED
2#5773EF
3#6C84F1
4#8196F3
5#96A7F5
6#ABB9F7
7#C0CAF9
8#D5DCFB
9#EAEDFD
Tones
Muted variations
1#3756E2
2#405CD8
3#4A62CF
4#5368C5
5#5D6EBC
6#6674B2
7#707AA9
8#79809F
9#838696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A6 #94A6F5 | BordersInactive statesPlaceholder text |
| 400 | 5C77 #5C77F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D50 #2D50EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1335 #1335CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2A #0F2AA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1E #0B1E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0713 #07134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE4FC;
--royal-blue-200: #C2CCF9;
--royal-blue-300: #94A6F5;
--royal-blue-400: #5C77F0;
--royal-blue-500: #2D50EB;
--royal-blue-600: #1335CD;
--royal-blue-700: #0F2AA3;
--royal-blue-800: #0B1E75;
--royal-blue-900: #07134B;
--royal-blue-950: #040C2F;
}