Dodger Blue
#2EC8EA
CyanColor Codes
All color formats for development
HEX
#2EC8EARGB
rgb(46, 200, 234)HSL
hsl(191, 82%, 55%)OKLCH
oklch(0.771 0.129 217.2)CMYK
cmyk(80%, 15%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17C0E6
2#14AACC
3#1295B3
4#0F8099
5#0D6B80
6#0A5566
7#08404D
8#052B33
9#03151A
Tints
Lighter variations
1#43CDEC
2#58D3EE
3#6DD8F1
4#82DEF3
5#97E3F5
6#ABE9F7
7#C0EEF9
8#D5F4FB
9#EAF9FD
Tones
Muted variations
1#38C2E1
2#41BCD8
3#4AB6CE
4#54B0C5
5#5DAABB
6#67A4B2
7#709EA8
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 | C3EF #C3EFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E3 #94E3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD4 #5DD4EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EC8 #2EC8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14AA #14AACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1088 #1088A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B61 #0B6174 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073E #073E4A | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | 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: #C3EFF9;
--dodger-blue-300: #94E3F4;
--dodger-blue-400: #5DD4EF;
--dodger-blue-500: #2EC8EA;
--dodger-blue-600: #14AACC;
--dodger-blue-700: #1088A2;
--dodger-blue-800: #0B6174;
--dodger-blue-900: #073E4A;
--dodger-blue-950: #05272E;
}