Royal Blue
#3D25F4
BlueColor Codes
All color formats for development
HEX
#3D25F4RGB
rgb(61, 37, 244)HSL
hsl(247, 90%, 55%)OKLCH
oklch(0.477 0.278 273.2)CMYK
cmyk(75%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270DF0
2#230BD5
3#1E0ABB
4#1A08A0
5#160785
6#11066B
7#0D0450
8#090335
9#04011B
Tints
Lighter variations
1#503BF5
2#6451F6
3#7766F7
4#8B7CF8
5#9E92F9
6#B1A8FA
7#C5BEFC
8#D8D3FD
9#ECE9FE
Tones
Muted variations
1#452FE9
2#4D3ADF
3#5544D5
4#5D4ECA
5#6559C0
6#6D63B6
7#746DAB
8#7C78A1
9#848297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C0 #C7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C90 #9C90F9 | BordersInactive statesPlaceholder text |
| 400 | 6855 #6855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3D25 #3D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 230B #230BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C09 #1C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1406 #140679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D04 #0D044E | 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: #F2F0FE;
--royal-blue-100: #E1DDFD;
--royal-blue-200: #C7C0FC;
--royal-blue-300: #9C90F9;
--royal-blue-400: #6855F6;
--royal-blue-500: #3D25F4;
--royal-blue-600: #230BD5;
--royal-blue-700: #1C09AA;
--royal-blue-800: #140679;
--royal-blue-900: #0D044E;
--royal-blue-950: #080330;
}