Royal Blue
#2D69EB
BlueColor Codes
All color formats for development
HEX
#2D69EBRGB
rgb(45, 105, 235)HSL
hsl(221, 83%, 55%)OKLCH
oklch(0.56 0.206 262.9)CMYK
cmyk(81%, 55%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1558E7
2#134ECD
3#1144B4
4#0E3B9A
5#0C3180
6#0A2767
7#071D4D
8#051433
9#020A1A
Tints
Lighter variations
1#4278ED
2#5787EF
3#6C96F1
4#81A5F3
5#96B4F5
6#ABC3F7
7#C0D2F9
8#D5E1FB
9#EAF0FD
Tones
Muted variations
1#376DE2
2#4070D8
3#4A74CF
4#5377C5
5#5D7BBC
6#667EB2
7#7082A9
8#79859F
9#838996
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE8 #DEE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D4 #C2D4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B3 #94B3F5 | BordersInactive statesPlaceholder text |
| 400 | 5C8B #5C8BF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D69 #2D69EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 134E #134ECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F3E #0F3EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B2C #0B2C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071C #071C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0412 #04122F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE8FC;
--royal-blue-200: #C2D4F9;
--royal-blue-300: #94B3F5;
--royal-blue-400: #5C8BF0;
--royal-blue-500: #2D69EB;
--royal-blue-600: #134ECD;
--royal-blue-700: #0F3EA3;
--royal-blue-800: #0B2C75;
--royal-blue-900: #071C4B;
--royal-blue-950: #04122F;
}