Royal Blue
#225EF7
BlueColor Codes
All color formats for development
HEX
#225EF7RGB
rgb(34, 94, 247)HSL
hsl(223, 93%, 55%)OKLCH
oklch(0.546 0.236 263.8)CMYK
cmyk(86%, 62%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094BF4
2#0843D9
3#073BBD
4#0632A2
5#052A87
6#04216C
7#031951
8#021136
9#01081B
Tints
Lighter variations
1#386EF8
2#4E7EF9
3#648EF9
4#7A9EFA
5#90AFFB
6#A6BFFC
7#BDCFFD
8#D3DFFD
9#E9EFFE
Tones
Muted variations
1#2C63EC
2#3767E2
3#426CD7
4#4C71CC
5#5775C2
6#627AB7
7#6C7EAC
8#7783A2
9#828897
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD0 #BFD0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAD #8EADFB | BordersInactive statesPlaceholder text |
| 400 | 5382 #5382F9 | Disabled statesSecondary iconsMuted text |
| 500 | 225E #225EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0843 #0843D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0635 #0635AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0426 #04267B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0318 #03184F | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE6FE;
--royal-blue-200: #BFD0FD;
--royal-blue-300: #8EADFB;
--royal-blue-400: #5382F9;
--royal-blue-500: #225EF7;
--royal-blue-600: #0843D9;
--royal-blue-700: #0635AC;
--royal-blue-800: #04267B;
--royal-blue-900: #03184F;
--royal-blue-950: #020F31;
}