Royal Blue
#608FEB
BlueColor Codes
All color formats for development
HEX
#608FEBRGB
rgb(96, 143, 235)HSL
hsl(220, 78%, 65%)OKLCH
oklch(0.659 0.147 262.6)CMYK
cmyk(59%, 39%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#437AE8
2#2565E4
3#1A56CF
4#164AB1
5#123D94
6#0F3176
7#0B2559
8#07193B
9#040C1E
Tints
Lighter variations
1#709AED
2#80A5EF
3#90B0F1
4#A0BCF3
5#B0C7F5
6#BFD2F7
7#CFDDF9
8#DFE9FB
9#EFF4FD
Tones
Muted variations
1#6791E4
2#6E93DD
3#7596D6
4#7C98D0
5#839AC9
6#8A9CC2
7#919FBB
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 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D5 #C4D5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B5 #97B5F2 | BordersInactive statesPlaceholder text |
| 400 | 608F #608FEB | Disabled statesSecondary iconsMuted text |
| 500 | 336E #336EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1953 #1953C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1442 #14429F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2F #0E2F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091E #091E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0613 #06132D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FD;
--royal-blue-100: #DFE9FB;
--royal-blue-200: #C4D5F8;
--royal-blue-300: #97B5F2;
--royal-blue-400: #608FEB;
--royal-blue-500: #336EE6;
--royal-blue-600: #1953C8;
--royal-blue-700: #14429F;
--royal-blue-800: #0E2F71;
--royal-blue-900: #091E49;
--royal-blue-950: #06132D;
}