Royal Blue
#275DF1
BlueColor Codes
All color formats for development
HEX
#275DF1RGB
rgb(39, 93, 241)HSL
hsl(224, 88%, 55%)OKLCH
oklch(0.541 0.229 264.4)CMYK
cmyk(84%, 61%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F4AED
2#0D42D3
3#0C3AB9
4#0A329E
5#082984
6#072169
7#05194F
8#031135
9#02081A
Tints
Lighter variations
1#3D6DF3
2#527EF4
3#688EF5
4#7E9EF7
5#93AEF8
6#A9BEF9
7#BECEFB
8#D4DFFC
9#E9EFFE
Tones
Muted variations
1#3162E7
2#3B67DD
3#466BD3
4#5070C9
5#5A75BF
6#6479B5
7#6E7EAB
8#7883A0
9#828896
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D0 #C1D0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AC #91ACF8 | BordersInactive statesPlaceholder text |
| 400 | 5781 #5781F4 | Disabled statesSecondary iconsMuted text |
| 500 | 275D #275DF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D42 #0D42D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B35 #0B35A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0826 #082678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0518 #05184D | Primary textHigh emphasis contentDark headings |
| 950 | 030F #030F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DDE6FD;
--royal-blue-200: #C1D0FB;
--royal-blue-300: #91ACF8;
--royal-blue-400: #5781F4;
--royal-blue-500: #275DF1;
--royal-blue-600: #0D42D3;
--royal-blue-700: #0B35A8;
--royal-blue-800: #082678;
--royal-blue-900: #05184D;
--royal-blue-950: #030F30;
}