Royal Blue
#2C2FED
BlueColor Codes
All color formats for development
HEX
#2C2FEDRGB
rgb(44, 47, 237)HSL
hsl(239, 84%, 55%)OKLCH
oklch(0.47 0.268 269.3)CMYK
cmyk(81%, 80%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1418E8
2#1215CE
3#1012B5
4#0D109B
5#0B0D81
6#090B67
7#07084D
8#040534
9#02031A
Tints
Lighter variations
1#4144EE
2#5659F0
3#6B6DF2
4#8082F4
5#9597F6
6#ABACF8
7#C0C1F9
8#D5D5FB
9#EAEAFD
Tones
Muted variations
1#3538E3
2#3F42D9
3#494BD0
4#5254C6
5#5C5EBC
6#6667B3
7#6F70A9
8#797AA0
9#838396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C3 #C2C3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9395 #9395F6 | BordersInactive statesPlaceholder text |
| 400 | 5B5D #5B5DF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C2F #2C2FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1215 #1215CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E11 #0E11A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0C #0A0C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0708 #07084B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DEDFFC;
--royal-blue-200: #C2C3FA;
--royal-blue-300: #9395F6;
--royal-blue-400: #5B5DF1;
--royal-blue-500: #2C2FED;
--royal-blue-600: #1215CE;
--royal-blue-700: #0E11A4;
--royal-blue-800: #0A0C75;
--royal-blue-900: #07084B;
--royal-blue-950: #04052F;
}