Dodger Blue
#28C1F0
CyanColor Codes
All color formats for development
HEX
#28C1F0RGB
rgb(40, 193, 240)HSL
hsl(194, 87%, 55%)OKLCH
oklch(0.756 0.135 224.9)CMYK
cmyk(83%, 20%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10B9EC
2#0FA4D2
3#0D90B8
4#0B7B9D
5#096783
6#075269
7#053E4F
8#042934
9#02151A
Tints
Lighter variations
1#3EC8F2
2#53CEF3
3#69D4F5
4#7EDAF6
5#94E0F8
6#A9E6F9
7#BFEDFB
8#D4F3FC
9#EAF9FE
Tones
Muted variations
1#32BCE6
2#3CB7DC
3#46B2D2
4#50ACC8
5#5AA7BE
6#64A2B4
7#6E9CAA
8#7897A0
9#829296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1ED #C1EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E0 #91E0F7 | BordersInactive statesPlaceholder text |
| 400 | 58CF #58CFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 28C1 #28C1F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FA4 #0FA4D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C83 #0C83A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085D #085D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053C #053C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF5FD;
--dodger-blue-200: #C1EDFB;
--dodger-blue-300: #91E0F7;
--dodger-blue-400: #58CFF3;
--dodger-blue-500: #28C1F0;
--dodger-blue-600: #0FA4D2;
--dodger-blue-700: #0C83A7;
--dodger-blue-800: #085D77;
--dodger-blue-900: #053C4C;
--dodger-blue-950: #032530;
}