Royal Blue
#5F95EC
BlueColor Codes
All color formats for development
HEX
#5F95ECRGB
rgb(95, 149, 236)HSL
hsl(217, 79%, 65%)OKLCH
oklch(0.672 0.142 259.5)CMYK
cmyk(60%, 37%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4282E9
2#246EE5
3#185FD0
4#1551B2
5#114494
6#0E3677
7#0A2959
8#071B3B
9#030E1E
Tints
Lighter variations
1#6FA0EE
2#7FAAF0
3#8FB5F2
4#9FC0F4
5#AFCAF6
6#BFD5F8
7#CFDFF9
8#DFEAFB
9#EFF4FD
Tones
Muted variations
1#6697E5
2#6D99DE
3#749AD7
4#7B9CD0
5#829EC9
6#8A9FC2
7#91A1BB
8#98A2B4
9#9FA4AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D8 #C4D8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96BA #96BAF3 | BordersInactive statesPlaceholder text |
| 400 | 5F95 #5F95EC | Disabled statesSecondary iconsMuted text |
| 500 | 3277 #3277E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 185C #185CC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1349 #1349A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D34 #0D3472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0921 #092149 | Primary textHigh emphasis contentDark headings |
| 950 | 0515 #05152E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FD;
--royal-blue-100: #DFEAFB;
--royal-blue-200: #C4D8F8;
--royal-blue-300: #96BAF3;
--royal-blue-400: #5F95EC;
--royal-blue-500: #3277E7;
--royal-blue-600: #185CC9;
--royal-blue-700: #1349A0;
--royal-blue-800: #0D3472;
--royal-blue-900: #092149;
--royal-blue-950: #05152E;
}