Royal Blue
#6154F8
BlueColor Codes
All color formats for development
HEX
#6154F8RGB
rgb(97, 84, 248)HSL
hsl(245, 92%, 65%)OKLCH
oklch(0.561 0.234 279.2)CMYK
cmyk(61%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4434F7
2#2714F5
3#1B09DF
4#1708BF
5#13079F
6#0F057F
7#0C045F
8#080340
9#040120
Tints
Lighter variations
1#7165F9
2#8176F9
3#9187FA
4#A098FB
5#B0A9FB
6#C0BAFC
7#D0CCFD
8#DFDDFE
9#EFEEFE
Tones
Muted variations
1#685CF0
2#6F64E7
3#766CDF
4#7D74D7
5#847DCF
6#8A85C7
7#918DBE
8#9895B6
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFA | BordersInactive statesPlaceholder text |
| 400 | 6154 #6154F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3423 #3423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A09 #1A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1507 #1507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F05 #0F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034E | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F0FE;
--royal-blue-100: #DFDDFE;
--royal-blue-200: #C4BFFC;
--royal-blue-300: #978EFA;
--royal-blue-400: #6154F8;
--royal-blue-500: #3423F6;
--royal-blue-600: #1A09D7;
--royal-blue-700: #1507AB;
--royal-blue-800: #0F057A;
--royal-blue-900: #0A034E;
--royal-blue-950: #060231;
}