Royal Blue
#3339E6
BlueColor Codes
All color formats for development
HEX
#3339E6RGB
rgb(51, 57, 230)HSL
hsl(238, 78%, 55%)OKLCH
oklch(0.477 0.25 270.5)CMYK
cmyk(78%, 75%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C22E1
2#191FC8
3#161BAF
4#131796
5#0F137D
6#0C0F64
7#090B4B
8#060832
9#030419
Tints
Lighter variations
1#474DE8
2#5C60EB
3#7074ED
4#8488F0
5#999CF2
6#ADB0F5
7#C2C4F7
8#D6D7FA
9#EBEBFC
Tones
Muted variations
1#3C41DD
2#4549D4
3#4E52CB
4#575AC2
5#5F62B9
6#686BB0
7#7173A7
8#7A7C9E
9#838495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C6 #C4C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979A #979AF2 | BordersInactive statesPlaceholder text |
| 400 | 6065 #6065EB | Disabled statesSecondary iconsMuted text |
| 500 | 3339 #3339E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191F #191FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1418 #14189F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E11 #0E1171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE0FB;
--royal-blue-200: #C4C6F8;
--royal-blue-300: #979AF2;
--royal-blue-400: #6065EB;
--royal-blue-500: #3339E6;
--royal-blue-600: #191FC8;
--royal-blue-700: #14189F;
--royal-blue-800: #0E1171;
--royal-blue-900: #090B49;
--royal-blue-950: #06072D;
}