Royal Blue
#2237F7
BlueColor Codes
All color formats for development
HEX
#2237F7RGB
rgb(34, 55, 247)HSL
hsl(234, 93%, 55%)OKLCH
oklch(0.487 0.275 267)CMYK
cmyk(86%, 78%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0920F4
2#081DD9
3#0719BD
4#0616A2
5#051287
6#040E6C
7#030B51
8#020736
9#01041B
Tints
Lighter variations
1#384BF8
2#4E5FF9
3#6473F9
4#7A87FA
5#909BFB
6#A6AFFC
7#BDC3FD
8#D3D7FD
9#E9EBFE
Tones
Muted variations
1#2C3FEC
2#3748E2
3#4250D7
4#4C59CC
5#5762C2
6#626AB7
7#6C73AC
8#777BA2
9#828497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E99 #8E99FB | BordersInactive statesPlaceholder text |
| 400 | 5363 #5363F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2237 #2237F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 081D #081DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0617 #0617AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0410 #04107B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030A #030A4F | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE0FE;
--royal-blue-200: #BFC5FD;
--royal-blue-300: #8E99FB;
--royal-blue-400: #5363F9;
--royal-blue-500: #2237F7;
--royal-blue-600: #081DD9;
--royal-blue-700: #0617AC;
--royal-blue-800: #04107B;
--royal-blue-900: #030A4F;
--royal-blue-950: #020731;
}