Royal Blue
#6F6FDC
BlueColor Codes
All color formats for development
HEX
#6F6FDCRGB
rgb(111, 111, 220)HSL
hsl(240, 61%, 65%)OKLCH
oklch(0.595 0.162 280.3)CMYK
cmyk(50%, 50%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5555D6
2#3A3ACF
3#2D2DBB
4#2727A0
5#202085
6#1A1A6B
7#131350
8#0D0D35
9#06061B
Tints
Lighter variations
1#7E7EE0
2#8C8CE3
3#9A9AE7
4#A9A9EA
5#B7B7EE
6#C6C6F1
7#D4D4F5
8#E2E2F8
9#F1F1FC
Tones
Muted variations
1#7575D7
2#7A7AD1
3#8080CC
4#8585C6
5#8B8BC1
6#9090BC
7#9595B6
8#9B9BB1
9#A0A0AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F6F #6F6FDC | Disabled statesSecondary iconsMuted text |
| 500 | 4646 #4646D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2C #2C2CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2323 #232390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1919 #191967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E2E2F8;
--royal-blue-200: #CACAF2;
--royal-blue-300: #A1A1E8;
--royal-blue-400: #6F6FDC;
--royal-blue-500: #4646D2;
--royal-blue-600: #2C2CB5;
--royal-blue-700: #232390;
--royal-blue-800: #191967;
--royal-blue-900: #101042;
--royal-blue-950: #0A0A29;
}