Dodger Blue
#24B3F5
BlueColor Codes
All color formats for development
HEX
#24B3F5RGB
rgb(36, 179, 245)HSL
hsl(199, 91%, 55%)OKLCH
oklch(0.726 0.147 235.5)CMYK
cmyk(85%, 27%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BA8F1
2#0A96D6
3#0983BC
4#0870A1
5#065E86
6#054B6B
7#043850
8#032536
9#01131B
Tints
Lighter variations
1#3ABAF6
2#50C2F7
3#66C9F8
4#7BD1F9
5#91D9FA
6#A7E0FB
7#BDE8FC
8#D3F0FD
9#E9F7FE
Tones
Muted variations
1#2EAFEA
2#39ABE0
3#43A7D5
4#4EA3CB
5#589FC0
6#629CB6
7#6D98AC
8#7794A1
9#829097
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E9 #C0E9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD8 #8FD8FA | BordersInactive statesPlaceholder text |
| 400 | 55C4 #55C4F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24B3 #24B3F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A96 #0A96D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0877 #0877AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0655 #06557A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364E | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF3FD;
--dodger-blue-200: #C0E9FC;
--dodger-blue-300: #8FD8FA;
--dodger-blue-400: #55C4F7;
--dodger-blue-500: #24B3F5;
--dodger-blue-600: #0A96D6;
--dodger-blue-700: #0877AA;
--dodger-blue-800: #06557A;
--dodger-blue-900: #04364E;
--dodger-blue-950: #022231;
}