Royal Blue
#606EEB
BlueColor Codes
All color formats for development
HEX
#606EEBRGB
rgb(96, 110, 235)HSL
hsl(234, 78%, 65%)OKLCH
oklch(0.593 0.187 274.4)CMYK
cmyk(59%, 53%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4353E8
2#2538E4
3#1A2CCF
4#1625B1
5#121F94
6#0F1976
7#0B1359
8#070C3B
9#04061E
Tints
Lighter variations
1#707DED
2#808BEF
3#909AF1
4#A0A8F3
5#B0B7F5
6#BFC5F7
7#CFD4F9
8#DFE2FB
9#EFF1FD
Tones
Muted variations
1#6774E4
2#6E79DD
3#757FD6
4#7C84D0
5#838AC9
6#8A8FC2
7#9195BB
8#989BB4
9#9FA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C9 #C4C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A0 #97A0F2 | BordersInactive statesPlaceholder text |
| 400 | 606E #606EEB | Disabled statesSecondary iconsMuted text |
| 500 | 3345 #3345E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192A #192AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1422 #14229F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E18 #0E1871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090F #090F49 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE2FB;
--royal-blue-200: #C4C9F8;
--royal-blue-300: #97A0F2;
--royal-blue-400: #606EEB;
--royal-blue-500: #3345E6;
--royal-blue-600: #192AC8;
--royal-blue-700: #14229F;
--royal-blue-800: #0E1871;
--royal-blue-900: #090F49;
--royal-blue-950: #060A2D;
}