Royal Blue
#6062EB
BlueColor Codes
All color formats for development
HEX
#6062EBRGB
rgb(96, 98, 235)HSL
hsl(239, 78%, 65%)OKLCH
oklch(0.572 0.202 277.3)CMYK
cmyk(59%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4345E8
2#2528E4
3#1A1DCF
4#1618B1
5#121494
6#0F1076
7#0B0C59
8#07083B
9#04041E
Tints
Lighter variations
1#7072ED
2#8082EF
3#9091F1
4#A0A1F3
5#B0B1F5
6#BFC0F7
7#CFD0F9
8#DFE0FB
9#EFEFFD
Tones
Muted variations
1#6769E4
2#6E70DD
3#7577D6
4#7C7DD0
5#8384C9
6#8A8BC2
7#9192BB
8#9898B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C5 #C4C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9798 #9798F2 | BordersInactive statesPlaceholder text |
| 400 | 6062 #6062EB | Disabled statesSecondary iconsMuted text |
| 500 | 3336 #3336E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191C #191CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1416 #14169F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E10 #0E1071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090A #090A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE0FB;
--royal-blue-200: #C4C5F8;
--royal-blue-300: #9798F2;
--royal-blue-400: #6062EB;
--royal-blue-500: #3336E6;
--royal-blue-600: #191CC8;
--royal-blue-700: #14169F;
--royal-blue-800: #0E1071;
--royal-blue-900: #090A49;
--royal-blue-950: #06062D;
}