Royal Blue
#6096EB
BlueColor Codes
All color formats for development
HEX
#6096EBRGB
rgb(96, 150, 235)HSL
hsl(217, 78%, 65%)OKLCH
oklch(0.674 0.139 259.1)CMYK
cmyk(59%, 36%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4382E8
2#256EE4
3#1A5FCF
4#1651B1
5#124494
6#0F3676
7#0B2959
8#071B3B
9#040E1E
Tints
Lighter variations
1#70A0ED
2#80ABEF
3#90B5F1
4#A0C0F3
5#B0CAF5
6#BFD5F7
7#CFDFF9
8#DFEAFB
9#EFF4FD
Tones
Muted variations
1#6797E4
2#6E99DD
3#759AD6
4#7C9CD0
5#839EC9
6#8A9FC2
7#91A1BB
8#98A3B4
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 | 97BA #97BAF2 | BordersInactive statesPlaceholder text |
| 400 | 6096 #6096EB | Disabled statesSecondary iconsMuted text |
| 500 | 3377 #3377E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 195C #195CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1449 #14499F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E34 #0E3471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0921 #092149 | Primary textHigh emphasis contentDark headings |
| 950 | 0615 #06152D | 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: #97BAF2;
--royal-blue-400: #6096EB;
--royal-blue-500: #3377E6;
--royal-blue-600: #195CC8;
--royal-blue-700: #14499F;
--royal-blue-800: #0E3471;
--royal-blue-900: #092149;
--royal-blue-950: #06152D;
}