Royal Blue
#6093EB
BlueColor Codes
All color formats for development
HEX
#6093EBRGB
rgb(96, 147, 235)HSL
hsl(218, 78%, 65%)OKLCH
oklch(0.667 0.142 260.7)CMYK
cmyk(59%, 37%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#437FE8
2#256BE4
3#1A5CCF
4#164FB1
5#124294
6#0F3576
7#0B2759
8#071A3B
9#040D1E
Tints
Lighter variations
1#709EED
2#80A9EF
3#90B4F1
4#A0BEF3
5#B0C9F5
6#BFD4F7
7#CFDFF9
8#DFE9FB
9#EFF4FD
Tones
Muted variations
1#6795E4
2#6E97DD
3#7599D6
4#7C9BD0
5#839CC9
6#8A9EC2
7#91A0BB
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 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D7 #C4D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B8 #97B8F2 | BordersInactive statesPlaceholder text |
| 400 | 6093 #6093EB | Disabled statesSecondary iconsMuted text |
| 500 | 3374 #3374E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1959 #1959C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1447 #14479F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E32 #0E3271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0920 #092049 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FD;
--royal-blue-100: #DFE9FB;
--royal-blue-200: #C4D7F8;
--royal-blue-300: #97B8F2;
--royal-blue-400: #6093EB;
--royal-blue-500: #3374E6;
--royal-blue-600: #1959C8;
--royal-blue-700: #14479F;
--royal-blue-800: #0E3271;
--royal-blue-900: #092049;
--royal-blue-950: #06142D;
}