Dodger Blue
#2DC5EB
CyanColor Codes
All color formats for development
HEX
#2DC5EBRGB
rgb(45, 197, 235)HSL
hsl(192, 83%, 55%)OKLCH
oklch(0.764 0.13 219.8)CMYK
cmyk(81%, 16%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15BDE7
2#13A8CD
3#1193B4
4#0E7E9A
5#0C6980
6#0A5467
7#073F4D
8#052A33
9#02151A
Tints
Lighter variations
1#42CBED
2#57D1EF
3#6CD7F1
4#81DCF3
5#96E2F5
6#ABE8F7
7#C0EEF9
8#D5F3FB
9#EAF9FD
Tones
Muted variations
1#37C0E2
2#40BAD8
3#4AB4CF
4#53AFC5
5#5DA9BC
6#66A3B2
7#709DA9
8#79989F
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 | C2EE #C2EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E2 #94E2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD2 #5CD2F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC5 #2DC5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A8 #13A8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F86 #0F86A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5F #0B5F75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073D #073D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | 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: #C2EEF9;
--dodger-blue-300: #94E2F5;
--dodger-blue-400: #5CD2F0;
--dodger-blue-500: #2DC5EB;
--dodger-blue-600: #13A8CD;
--dodger-blue-700: #0F86A3;
--dodger-blue-800: #0B5F75;
--dodger-blue-900: #073D4B;
--dodger-blue-950: #04262F;
}