Royal Blue
#3F27F1
BlueColor Codes
All color formats for development
HEX
#3F27F1RGB
rgb(63, 39, 241)HSL
hsl(247, 88%, 55%)OKLCH
oklch(0.476 0.273 273.9)CMYK
cmyk(74%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290FED
2#250DD3
3#200CB9
4#1B0A9E
5#170884
6#120769
7#0E054F
8#090335
9#05021A
Tints
Lighter variations
1#523DF3
2#6552F4
3#7868F5
4#8C7EF7
5#9F93F8
6#B2A9F9
7#C5BEFB
8#D9D4FC
9#ECE9FE
Tones
Muted variations
1#4731E7
2#4E3BDD
3#5646D3
4#5E50C9
5#665ABF
6#6D64B5
7#756EAB
8#7D78A0
9#858296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C1 #C7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D91 #9D91F8 | BordersInactive statesPlaceholder text |
| 400 | 6A57 #6A57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3F27 #3F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 250D #250DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0B #1D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1508 #150878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D05 #0D054D | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DDFD;
--royal-blue-200: #C7C1FB;
--royal-blue-300: #9D91F8;
--royal-blue-400: #6A57F4;
--royal-blue-500: #3F27F1;
--royal-blue-600: #250DD3;
--royal-blue-700: #1D0BA8;
--royal-blue-800: #150878;
--royal-blue-900: #0D054D;
--royal-blue-950: #080330;
}