Royal Blue
#6F71DC
BlueColor Codes
All color formats for development
HEX
#6F71DCRGB
rgb(111, 113, 220)HSL
hsl(239, 61%, 65%)OKLCH
oklch(0.599 0.159 279.6)CMYK
cmyk(50%, 49%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5557D6
2#3A3CCF
3#2D30BB
4#2729A0
5#202285
6#1A1B6B
7#131450
8#0D0E35
9#06071B
Tints
Lighter variations
1#7E7FE0
2#8C8DE3
3#9A9CE7
4#A9AAEA
5#B7B8EE
6#C6C6F1
7#D4D4F5
8#E2E3F8
9#F1F1FC
Tones
Muted variations
1#7576D7
2#7A7CD1
3#8081CC
4#8586C6
5#8B8BC1
6#9091BC
7#9596B6
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 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A2 #A1A2E8 | BordersInactive statesPlaceholder text |
| 400 | 6F71 #6F71DC | Disabled statesSecondary iconsMuted text |
| 500 | 4649 #4649D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2E #2C2EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2325 #232590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191A #191A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1011 #101142 | 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: #E2E3F8;
--royal-blue-200: #CACAF2;
--royal-blue-300: #A1A2E8;
--royal-blue-400: #6F71DC;
--royal-blue-500: #4649D2;
--royal-blue-600: #2C2EB5;
--royal-blue-700: #232590;
--royal-blue-800: #191A67;
--royal-blue-900: #101142;
--royal-blue-950: #0A0A29;
}