Royal Blue
#6599E6
BlueColor Codes
All color formats for development
HEX
#6599E6RGB
rgb(101, 153, 230)HSL
hsl(216, 72%, 65%)OKLCH
oklch(0.68 0.127 258)CMYK
cmyk(56%, 33%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4986E1
2#2C73DD
3#2063C8
4#1C55AB
5#17478F
6#133972
7#0E2B56
8#091C39
9#050E1D
Tints
Lighter variations
1#75A3E9
2#84ADEB
3#94B8EE
4#A3C2F0
5#B2CCF3
6#C2D6F5
7#D1E0F8
8#E0EBFA
9#F0F5FD
Tones
Muted variations
1#6C9AE0
2#729BD9
3#799DD3
4#7F9ECC
5#869FC6
6#8CA1BF
7#92A2B9
8#99A3B3
9#9FA4AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D9 #C6D9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABC #9ABCEF | BordersInactive statesPlaceholder text |
| 400 | 6599 #6599E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A7C #3A7CDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F60 #1F60C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 194C #194C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1237 #12376E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B23 #0B2346 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E0EBFA;
--royal-blue-200: #C6D9F6;
--royal-blue-300: #9ABCEF;
--royal-blue-400: #6599E6;
--royal-blue-500: #3A7CDF;
--royal-blue-600: #1F60C1;
--royal-blue-700: #194C9A;
--royal-blue-800: #12376E;
--royal-blue-900: #0B2346;
--royal-blue-950: #07162C;
}