Royal Blue
#2266BF
BlueColor Codes
All color formats for development
HEX
#2266BFRGB
rgb(34, 102, 191)HSL
hsl(214, 70%, 44%)OKLCH
oklch(0.518 0.155 257)CMYK
cmyk(82%, 47%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E5CAC
2#1B5199
3#184786
4#143D72
5#11335F
6#0D294C
7#0A1F39
8#071426
9#030A13
Tints
Lighter variations
1#2673D7
2#3D82DD
3#5592E1
4#6DA1E5
5#86B1EA
6#9EC1EE
7#B6D0F2
8#CEE0F6
9#E7EFFB
Tones
Muted variations
1#2A67B7
2#3168AF
3#3969A7
4#416A9F
5#496B97
6#516C90
7#596D88
8#606E80
9#686F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EB #E1EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DB #C7DBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBF #9BBFED | BordersInactive statesPlaceholder text |
| 400 | 679D #679DE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C82 #3C82DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2266 #2266BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B51 #1B5198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 133A #133A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C25 #0C2545 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F7FD;
--royal-blue-100: #E1EBFA;
--royal-blue-200: #C7DBF5;
--royal-blue-300: #9BBFED;
--royal-blue-400: #679DE4;
--royal-blue-500: #3C82DD;
--royal-blue-600: #2266BF;
--royal-blue-700: #1B5198;
--royal-blue-800: #133A6C;
--royal-blue-900: #0C2545;
--royal-blue-950: #08172B;
}