Royal Blue
#608AEB
BlueColor Codes
All color formats for development
HEX
#608AEBRGB
rgb(96, 138, 235)HSL
hsl(222, 78%, 65%)OKLCH
oklch(0.648 0.153 264.8)CMYK
cmyk(59%, 41%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4374E8
2#255EE4
3#1A50CF
4#1644B1
5#123994
6#0F2E76
7#0B2259
8#07173B
9#040B1E
Tints
Lighter variations
1#7096ED
2#80A1EF
3#90ADF1
4#A0B9F3
5#B0C4F5
6#BFD0F7
7#CFDCF9
8#DFE8FB
9#EFF3FD
Tones
Muted variations
1#678DE4
2#6E8FDD
3#7592D6
4#7C95D0
5#8398C9
6#8A9BC2
7#919DBB
8#98A0B4
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 | 97B2 #97B2F2 | BordersInactive statesPlaceholder text |
| 400 | 608A #608AEB | Disabled statesSecondary iconsMuted text |
| 500 | 3368 #3368E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 194D #194DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 143D #143D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2C #0E2C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091C #091C49 | 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: #97B2F2;
--royal-blue-400: #608AEB;
--royal-blue-500: #3368E6;
--royal-blue-600: #194DC8;
--royal-blue-700: #143D9F;
--royal-blue-800: #0E2C71;
--royal-blue-900: #091C49;
--royal-blue-950: #06122D;
}