Royal Blue
#6060EB
BlueColor Codes
All color formats for development
HEX
#6060EBRGB
rgb(96, 96, 235)HSL
hsl(240, 78%, 65%)OKLCH
oklch(0.568 0.204 277.7)CMYK
cmyk(59%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4343E8
2#2525E4
3#1A1ACF
4#1616B1
5#121294
6#0F0F76
7#0B0B59
8#07073B
9#04041E
Tints
Lighter variations
1#7070ED
2#8080EF
3#9090F1
4#A0A0F3
5#B0B0F5
6#BFBFF7
7#CFCFF9
8#DFDFFB
9#EFEFFD
Tones
Muted variations
1#6767E4
2#6E6EDD
3#7575D6
4#7C7CD0
5#8383C9
6#8A8AC2
7#9191BB
8#9898B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9797 #9797F2 | BordersInactive statesPlaceholder text |
| 400 | 6060 #6060EB | Disabled statesSecondary iconsMuted text |
| 500 | 3333 #3333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1919 #1919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1414 #14149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0E #0E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090949 | 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: #F1F1FD;
--royal-blue-100: #DFDFFB;
--royal-blue-200: #C4C4F8;
--royal-blue-300: #9797F2;
--royal-blue-400: #6060EB;
--royal-blue-500: #3333E6;
--royal-blue-600: #1919C8;
--royal-blue-700: #14149F;
--royal-blue-800: #0E0E71;
--royal-blue-900: #090949;
--royal-blue-950: #06062D;
}