Royal Blue
#2435F5
BlueColor Codes
All color formats for development
HEX
#2435F5RGB
rgb(36, 53, 245)HSL
hsl(235, 91%, 55%)OKLCH
oklch(0.483 0.274 267.4)CMYK
cmyk(85%, 78%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1FF1
2#0A1BD6
3#0918BC
4#0814A1
5#061186
6#050E6B
7#040A50
8#030736
9#01031B
Tints
Lighter variations
1#3A49F6
2#505EF7
3#6672F8
4#7B86F9
5#919AFA
6#A7AEFB
7#BDC2FC
8#D3D7FD
9#E9EBFE
Tones
Muted variations
1#2E3EEA
2#3947E0
3#434FD5
4#4E58CB
5#5861C0
6#6269B6
7#6D72AC
8#777BA1
9#828497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C5 #C0C5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F98 #8F98FA | BordersInactive statesPlaceholder text |
| 400 | 5562 #5562F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2435 #2435F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A1B #0A1BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0816 #0816AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060F #060F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040A #040A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE0FD;
--royal-blue-200: #C0C5FC;
--royal-blue-300: #8F98FA;
--royal-blue-400: #5562F7;
--royal-blue-500: #2435F5;
--royal-blue-600: #0A1BD6;
--royal-blue-700: #0816AA;
--royal-blue-800: #060F7A;
--royal-blue-900: #040A4E;
--royal-blue-950: #020631;
}