Royal Blue
#336BE6
BlueColor Codes
All color formats for development
HEX
#336BE6RGB
rgb(51, 107, 230)HSL
hsl(221, 78%, 55%)OKLCH
oklch(0.562 0.196 263.1)CMYK
cmyk(78%, 53%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C5AE1
2#1950C8
3#1646AF
4#133C96
5#0F327D
6#0C2864
7#091E4B
8#061432
9#030A19
Tints
Lighter variations
1#477AE8
2#5C89EB
3#7098ED
4#84A6F0
5#99B5F2
6#ADC4F5
7#C2D3F7
8#D6E1FA
9#EBF0FC
Tones
Muted variations
1#3C6FDD
2#4572D4
3#4E75CB
4#5779C2
5#5F7CB9
6#687FB0
7#7182A7
8#7A869E
9#838995
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D4 #C4D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B4 #97B4F2 | BordersInactive statesPlaceholder text |
| 400 | 608C #608CEB | Disabled statesSecondary iconsMuted text |
| 500 | 336B #336BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1950 #1950C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1440 #14409F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2E #0E2E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091D #091D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0612 #06122D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FD;
--royal-blue-100: #DFE8FB;
--royal-blue-200: #C4D4F8;
--royal-blue-300: #97B4F2;
--royal-blue-400: #608CEB;
--royal-blue-500: #336BE6;
--royal-blue-600: #1950C8;
--royal-blue-700: #14409F;
--royal-blue-800: #0E2E71;
--royal-blue-900: #091D49;
--royal-blue-950: #06122D;
}