Royal Blue
#2C32ED
BlueColor Codes
All color formats for development
HEX
#2C32EDRGB
rgb(44, 50, 237)HSL
hsl(238, 84%, 55%)OKLCH
oklch(0.473 0.266 269.2)CMYK
cmyk(81%, 79%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141BE8
2#1218CE
3#1015B5
4#0D129B
5#0B0F81
6#090C67
7#07094D
8#040634
9#02031A
Tints
Lighter variations
1#4147EE
2#565BF0
3#6B70F2
4#8084F4
5#9599F6
6#ABADF8
7#C0C2F9
8#D5D6FB
9#EAEBFD
Tones
Muted variations
1#353BE3
2#3F44D9
3#494DD0
4#5256C6
5#5C5FBC
6#6668B3
7#6F71A9
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 | C2C4 #C2C4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9396 #9396F6 | BordersInactive statesPlaceholder text |
| 400 | 5B60 #5B60F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C32 #2C32ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1218 #1218CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E13 #0E13A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0E #0A0E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0709 #07094B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | 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: #C2C4FA;
--royal-blue-300: #9396F6;
--royal-blue-400: #5B60F1;
--royal-blue-500: #2C32ED;
--royal-blue-600: #1218CE;
--royal-blue-700: #0E13A4;
--royal-blue-800: #0A0E75;
--royal-blue-900: #07094B;
--royal-blue-950: #04062F;
}