Royal Blue
#5D81EF
BlueColor Codes
All color formats for development
HEX
#5D81EFRGB
rgb(93, 129, 239)HSL
hsl(225, 82%, 65%)OKLCH
oklch(0.631 0.17 267.7)CMYK
cmyk(61%, 46%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E6AEC
2#2052E9
3#1544D3
4#123BB5
5#0F3197
6#0C2779
7#091D5A
8#06143C
9#030A1E
Tints
Lighter variations
1#6D8EF1
2#7D9AF2
3#8DA7F4
4#9EB3F5
5#AEC0F7
6#BECDF9
7#CED9FA
8#DFE6FC
9#EFF2FD
Tones
Muted variations
1#6485E8
2#6B88E0
3#738CD9
4#7A90D2
5#8193CA
6#8897C3
7#909BBC
8#979EB4
9#9EA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D0 #C3D0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AC #94ACF4 | BordersInactive statesPlaceholder text |
| 400 | 5D81 #5D81EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E5D #2E5DEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1442 #1442CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1035 #1035A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B26 #0B2674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0718 #07184A | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DFE6FC;
--royal-blue-200: #C3D0F9;
--royal-blue-300: #94ACF4;
--royal-blue-400: #5D81EF;
--royal-blue-500: #2E5DEA;
--royal-blue-600: #1442CC;
--royal-blue-700: #1035A2;
--royal-blue-800: #0B2674;
--royal-blue-900: #07184A;
--royal-blue-950: #050F2E;
}