Royal Blue
#6065EB
BlueColor Codes
All color formats for development
HEX
#6065EBRGB
rgb(96, 101, 235)HSL
hsl(238, 78%, 65%)OKLCH
oklch(0.577 0.198 276.6)CMYK
cmyk(59%, 57%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4348E8
2#252BE4
3#1A20CF
4#161BB1
5#121794
6#0F1276
7#0B0E59
8#07093B
9#04051E
Tints
Lighter variations
1#7074ED
2#8084EF
3#9093F1
4#A0A2F3
5#B0B2F5
6#BFC1F7
7#CFD1F9
8#DFE0FB
9#EFF0FD
Tones
Muted variations
1#676BE4
2#6E72DD
3#7578D6
4#7C7FD0
5#8385C9
6#8A8CC2
7#9192BB
8#9899B4
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 | C4C6 #C4C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979A #979AF2 | BordersInactive statesPlaceholder text |
| 400 | 6065 #6065EB | Disabled statesSecondary iconsMuted text |
| 500 | 3339 #3339E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191F #191FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1418 #14189F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E11 #0E1171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | 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: #C4C6F8;
--royal-blue-300: #979AF2;
--royal-blue-400: #6065EB;
--royal-blue-500: #3339E6;
--royal-blue-600: #191FC8;
--royal-blue-700: #14189F;
--royal-blue-800: #0E1171;
--royal-blue-900: #090B49;
--royal-blue-950: #06072D;
}