Royal Blue
#902BEE
PurpleColor Codes
All color formats for development
HEX
#902BEERGB
rgb(144, 43, 238)HSL
hsl(271, 85%, 55%)OKLCH
oklch(0.551 0.262 301)CMYK
cmyk(39%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8213EA
2#7311D0
3#650FB6
4#570D9C
5#480B82
6#3A0868
7#2B064E
8#1D0434
9#0E021A
Tints
Lighter variations
1#9B40F0
2#A655F1
3#B16AF3
4#BC80F5
5#C795F6
6#D2AAF8
7#DEBFFA
8#E9D5FC
9#F4EAFD
Tones
Muted variations
1#8F34E4
2#8F3EDA
3#8F48D1
4#8E52C7
5#8E5BBD
6#8E65B3
7#8D6FAA
8#8D79A0
9#8D8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC2 #DFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C692 #C692F6 | BordersInactive statesPlaceholder text |
| 400 | A85A #A85AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 902B #902BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 7311 #7311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0D #5C0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 420A #420A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A06 #2A064B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F8F1FE;
--royal-blue-100: #EEDEFC;
--royal-blue-200: #DFC2FA;
--royal-blue-300: #C692F6;
--royal-blue-400: #A85AF2;
--royal-blue-500: #902BEE;
--royal-blue-600: #7311D0;
--royal-blue-700: #5C0DA5;
--royal-blue-800: #420A76;
--royal-blue-900: #2A064B;
--royal-blue-950: #1A042F;
}