Royal Blue
#225AF7
BlueColor Codes
All color formats for development
HEX
#225AF7RGB
rgb(34, 90, 247)HSL
hsl(224, 93%, 55%)OKLCH
oklch(0.539 0.241 264.3)CMYK
cmyk(86%, 64%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0947F4
2#0840D9
3#0738BD
4#0630A2
5#052887
6#04206C
7#031851
8#021036
9#01081B
Tints
Lighter variations
1#386BF8
2#4E7BF9
3#648CF9
4#7A9CFA
5#90ADFB
6#A6BDFC
7#BDCEFD
8#D3DEFD
9#E9EFFE
Tones
Muted variations
1#2C5FEC
2#3764E2
3#4269D7
4#4C6ECC
5#5773C2
6#6278B7
7#6C7DAC
8#7782A2
9#828797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCF #BFCFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAB #8EABFB | BordersInactive statesPlaceholder text |
| 400 | 537F #537FF9 | Disabled statesSecondary iconsMuted text |
| 500 | 225A #225AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0840 #0840D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0633 #0633AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0424 #04247B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0317 #03174F | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE5FE;
--royal-blue-200: #BFCFFD;
--royal-blue-300: #8EABFB;
--royal-blue-400: #537FF9;
--royal-blue-500: #225AF7;
--royal-blue-600: #0840D9;
--royal-blue-700: #0633AC;
--royal-blue-800: #04247B;
--royal-blue-900: #03174F;
--royal-blue-950: #020E31;
}