Royal Blue
#608CEB
BlueColor Codes
All color formats for development
HEX
#608CEBRGB
rgb(96, 140, 235)HSL
hsl(221, 78%, 65%)OKLCH
oklch(0.653 0.15 264)CMYK
cmyk(59%, 40%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4377E8
2#2562E4
3#1A53CF
4#1647B1
5#123B94
6#0F2F76
7#0B2459
8#07183B
9#040C1E
Tints
Lighter variations
1#7098ED
2#80A3EF
3#90AFF1
4#A0BAF3
5#B0C6F5
6#BFD1F7
7#CFDDF9
8#DFE8FB
9#EFF4FD
Tones
Muted variations
1#678FE4
2#6E91DD
3#7594D6
4#7C96D0
5#8399C9
6#8A9CC2
7#919EBB
8#98A1B4
9#9FA3AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D4 #C4D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B4 #97B4F2 | BordersInactive statesPlaceholder text |
| 400 | 608C #608CEB | Disabled statesSecondary iconsMuted text |
| 500 | 336B #336BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1950 #1950C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1440 #14409F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2E #0E2E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091D #091D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0612 #06122D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FD;
--royal-blue-100: #DFE8FB;
--royal-blue-200: #C4D4F8;
--royal-blue-300: #97B4F2;
--royal-blue-400: #608CEB;
--royal-blue-500: #336BE6;
--royal-blue-600: #1950C8;
--royal-blue-700: #14409F;
--royal-blue-800: #0E2E71;
--royal-blue-900: #091D49;
--royal-blue-950: #06122D;
}