Royal Blue
#5E7BED
BlueColor Codes
All color formats for development
HEX
#5E7BEDRGB
rgb(94, 123, 237)HSL
hsl(228, 80%, 65%)OKLCH
oklch(0.618 0.174 269.9)CMYK
cmyk(60%, 48%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4162EA
2#234AE7
3#173CD1
4#1434B3
5#112B95
6#0D2277
7#0A1A5A
8#07113C
9#03091E
Tints
Lighter variations
1#6E88EF
2#7E95F1
3#8FA3F3
4#9FB0F4
5#AFBDF6
6#BFCAF8
7#CFD7FA
8#DFE5FB
9#EFF2FD
Tones
Muted variations
1#657FE6
2#6D83DF
3#7488D8
4#7B8CD1
5#8290C9
6#8995C2
7#9099BB
8#979DB4
9#9FA1AD
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 | C3CE #C3CEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A8 #95A8F3 | BordersInactive statesPlaceholder text |
| 400 | 5E7B #5E7BED | Disabled statesSecondary iconsMuted text |
| 500 | 3055 #3055E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 163A #163ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122E #122EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D21 #0D2173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0815 #081549 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | 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: #C3CEF8;
--royal-blue-300: #95A8F3;
--royal-blue-400: #5E7BED;
--royal-blue-500: #3055E8;
--royal-blue-600: #163ACA;
--royal-blue-700: #122EA1;
--royal-blue-800: #0D2173;
--royal-blue-900: #081549;
--royal-blue-950: #050D2E;
}