Dodger Blue
#2DC2EB
CyanColor Codes
All color formats for development
HEX
#2DC2EBRGB
rgb(45, 194, 235)HSL
hsl(193, 83%, 55%)OKLCH
oklch(0.757 0.13 221.8)CMYK
cmyk(81%, 17%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15BAE7
2#13A5CD
3#1190B4
4#0E7C9A
5#0C6780
6#0A5267
7#073E4D
8#052933
9#02151A
Tints
Lighter variations
1#42C8ED
2#57CEEF
3#6CD4F1
4#81DBF3
5#96E1F5
6#ABE7F7
7#C0EDF9
8#D5F3FB
9#EAF9FD
Tones
Muted variations
1#37BDE2
2#40B7D8
3#4AB2CF
4#53ADC5
5#5DA7BC
6#66A2B2
7#709CA9
8#79979F
9#839296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E0 #94E0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD0 #5CD0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC2 #2DC2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A5 #13A5CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F83 #0F83A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5E #0B5E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073C #073C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF6FC;
--dodger-blue-200: #C2EDF9;
--dodger-blue-300: #94E0F5;
--dodger-blue-400: #5CD0F0;
--dodger-blue-500: #2DC2EB;
--dodger-blue-600: #13A5CD;
--dodger-blue-700: #0F83A3;
--dodger-blue-800: #0B5E75;
--dodger-blue-900: #073C4B;
--dodger-blue-950: #04252F;
}