Royal Blue
#5E8CED
BlueColor Codes
All color formats for development
HEX
#5E8CEDRGB
rgb(94, 140, 237)HSL
hsl(221, 80%, 65%)OKLCH
oklch(0.653 0.154 263.6)CMYK
cmyk(60%, 41%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4176EA
2#2361E7
3#1752D1
4#1446B3
5#113B95
6#0D2F77
7#0A235A
8#07173C
9#030C1E
Tints
Lighter variations
1#6E97EF
2#7EA3F1
3#8FAEF3
4#9FBAF4
5#AFC5F6
6#BFD1F8
7#CFDCFA
8#DFE8FB
9#EFF3FD
Tones
Muted variations
1#658EE6
2#6D91DF
3#7493D8
4#7B96D1
5#8299C9
6#899BC2
7#909EBB
8#97A1B4
9#9FA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D4 #C3D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B3 #95B3F3 | BordersInactive statesPlaceholder text |
| 400 | 5E8C #5E8CED | Disabled statesSecondary iconsMuted text |
| 500 | 306B #306BE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 164F #164FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 123F #123FA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2D #0D2D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081D #081D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0512 #05122E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FD;
--royal-blue-100: #DFE8FB;
--royal-blue-200: #C3D4F8;
--royal-blue-300: #95B3F3;
--royal-blue-400: #5E8CED;
--royal-blue-500: #306BE8;
--royal-blue-600: #164FCA;
--royal-blue-700: #123FA1;
--royal-blue-800: #0D2D73;
--royal-blue-900: #081D49;
--royal-blue-950: #05122E;
}