Royal Blue
#6067EB
BlueColor Codes
All color formats for development
HEX
#6067EBRGB
rgb(96, 103, 235)HSL
hsl(237, 78%, 65%)OKLCH
oklch(0.581 0.196 276.2)CMYK
cmyk(59%, 56%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434BE8
2#252FE4
3#1A23CF
4#161EB1
5#121994
6#0F1476
7#0B0F59
8#070A3B
9#04051E
Tints
Lighter variations
1#7076ED
2#8085EF
3#9095F1
4#A0A4F3
5#B0B3F5
6#BFC2F7
7#CFD1F9
8#DFE1FB
9#EFF0FD
Tones
Muted variations
1#676DE4
2#6E74DD
3#757AD6
4#7C80D0
5#8386C9
6#8A8DC2
7#9193BB
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 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C7 #C4C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979B #979BF2 | BordersInactive statesPlaceholder text |
| 400 | 6067 #6067EB | Disabled statesSecondary iconsMuted text |
| 500 | 333C #333CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1921 #1921C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141B #141B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E13 #0E1371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090C #090C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE1FB;
--royal-blue-200: #C4C7F8;
--royal-blue-300: #979BF2;
--royal-blue-400: #6067EB;
--royal-blue-500: #333CE6;
--royal-blue-600: #1921C8;
--royal-blue-700: #141B9F;
--royal-blue-800: #0E1371;
--royal-blue-900: #090C49;
--royal-blue-950: #06082D;
}