Royal Blue
#6069EB
BlueColor Codes
All color formats for development
HEX
#6069EBRGB
rgb(96, 105, 235)HSL
hsl(236, 78%, 65%)OKLCH
oklch(0.584 0.193 275.7)CMYK
cmyk(59%, 55%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434EE8
2#2532E4
3#1A26CF
4#1620B1
5#121B94
6#0F1576
7#0B1059
8#070B3B
9#04051E
Tints
Lighter variations
1#7078ED
2#8087EF
3#9096F1
4#A0A5F3
5#B0B4F5
6#BFC3F7
7#CFD2F9
8#DFE1FB
9#EFF0FD
Tones
Muted variations
1#676FE4
2#6E75DD
3#757CD6
4#7C82D0
5#8388C9
6#8A8EC2
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 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C7 #C4C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979D #979DF2 | BordersInactive statesPlaceholder text |
| 400 | 6069 #6069EB | Disabled statesSecondary iconsMuted text |
| 500 | 333F #333FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1924 #1924C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141D #141D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E15 #0E1571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090D #090D49 | 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: #979DF2;
--royal-blue-400: #6069EB;
--royal-blue-500: #333FE6;
--royal-blue-600: #1924C8;
--royal-blue-700: #141D9F;
--royal-blue-800: #0E1571;
--royal-blue-900: #090D49;
--royal-blue-950: #06082D;
}