Royal Blue
#606CEB
BlueColor Codes
All color formats for development
HEX
#606CEBRGB
rgb(96, 108, 235)HSL
hsl(235, 78%, 65%)OKLCH
oklch(0.59 0.189 274.9)CMYK
cmyk(59%, 54%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4350E8
2#2535E4
3#1A29CF
4#1623B1
5#121D94
6#0F1776
7#0B1159
8#070C3B
9#04061E
Tints
Lighter variations
1#707AED
2#8089EF
3#9098F1
4#A0A7F3
5#B0B5F5
6#BFC4F7
7#CFD3F9
8#DFE2FB
9#EFF0FD
Tones
Muted variations
1#6772E4
2#6E77DD
3#757DD6
4#7C83D0
5#8389C9
6#8A8FC2
7#9194BB
8#989AB4
9#9FA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979E #979EF2 | BordersInactive statesPlaceholder text |
| 400 | 606C #606CEB | Disabled statesSecondary iconsMuted text |
| 500 | 3342 #3342E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1927 #1927C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141F #141F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E16 #0E1671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0609 #06092D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE2FB;
--royal-blue-200: #C4C8F8;
--royal-blue-300: #979EF2;
--royal-blue-400: #606CEB;
--royal-blue-500: #3342E6;
--royal-blue-600: #1927C8;
--royal-blue-700: #141F9F;
--royal-blue-800: #0E1671;
--royal-blue-900: #090E49;
--royal-blue-950: #06092D;
}