Dodger Blue
#2EC5EA
CyanColor Codes
All color formats for development
HEX
#2EC5EARGB
rgb(46, 197, 234)HSL
hsl(192, 82%, 55%)OKLCH
oklch(0.764 0.129 219.3)CMYK
cmyk(80%, 16%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17BCE6
2#14A7CC
3#1292B3
4#0F7E99
5#0D6980
6#0A5466
7#083F4D
8#052A33
9#03151A
Tints
Lighter variations
1#43CBEC
2#58D0EE
3#6DD6F1
4#82DCF3
5#97E2F5
6#ABE8F7
7#C0EEF9
8#D5F3FB
9#EAF9FD
Tones
Muted variations
1#38BFE1
2#41B9D8
3#4AB4CE
4#54AEC5
5#5DA8BB
6#67A3B2
7#709DA8
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 | DFF6 #DFF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EE #C3EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E1 #94E1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD2 #5DD2EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EC5 #2EC5EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14A7 #14A7CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1085 #1085A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5F #0B5F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073D #073D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DFF6FC;
--dodger-blue-200: #C3EEF9;
--dodger-blue-300: #94E1F4;
--dodger-blue-400: #5DD2EF;
--dodger-blue-500: #2EC5EA;
--dodger-blue-600: #14A7CC;
--dodger-blue-700: #1085A2;
--dodger-blue-800: #0B5F74;
--dodger-blue-900: #073D4A;
--dodger-blue-950: #05262E;
}