Royal Blue
#6098EB
BlueColor Codes
All color formats for development
HEX
#6098EBRGB
rgb(96, 152, 235)HSL
hsl(216, 78%, 65%)OKLCH
oklch(0.678 0.137 258.1)CMYK
cmyk(59%, 35%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4385E8
2#2572E4
3#1A62CF
4#1654B1
5#124694
6#0F3876
7#0B2A59
8#071C3B
9#040E1E
Tints
Lighter variations
1#70A2ED
2#80ACEF
3#90B7F1
4#A0C1F3
5#B0CBF5
6#BFD6F7
7#CFE0F9
8#DFEAFB
9#EFF5FD
Tones
Muted variations
1#6799E4
2#6E9BDD
3#759CD6
4#7C9DD0
5#839FC9
6#8AA0C2
7#91A2BB
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 | C4D9 #C4D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BB #97BBF2 | BordersInactive statesPlaceholder text |
| 400 | 6098 #6098EB | Disabled statesSecondary iconsMuted text |
| 500 | 337A #337AE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 195F #195FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 144B #144B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E36 #0E3671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0922 #092249 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | 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: #C4D9F8;
--royal-blue-300: #97BBF2;
--royal-blue-400: #6098EB;
--royal-blue-500: #337AE6;
--royal-blue-600: #195FC8;
--royal-blue-700: #144B9F;
--royal-blue-800: #0E3671;
--royal-blue-900: #092249;
--royal-blue-950: #06162D;
}