Dodger Blue
#2EC2EA
CyanColor Codes
All color formats for development
HEX
#2EC2EARGB
rgb(46, 194, 234)HSL
hsl(193, 82%, 55%)OKLCH
oklch(0.757 0.13 221.3)CMYK
cmyk(80%, 17%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B9E6
2#14A4CC
3#1290B3
4#0F7B99
5#0D6780
6#0A5266
7#083E4D
8#052933
9#03151A
Tints
Lighter variations
1#43C8EC
2#58CEEE
3#6DD4F1
4#82DAF3
5#97E0F5
6#ABE6F7
7#C0EDF9
8#D5F3FB
9#EAF9FD
Tones
Muted variations
1#38BCE1
2#41B7D8
3#4AB2CE
4#54ACC5
5#5DA7BB
6#67A2B2
7#709CA8
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 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3ED #C3EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E0 #94E0F4 | BordersInactive statesPlaceholder text |
| 400 | 5DCF #5DCFEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EC2 #2EC2EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14A4 #14A4CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1083 #1083A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5D #0B5D74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073C #073C4A | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DFF5FC;
--dodger-blue-200: #C3EDF9;
--dodger-blue-300: #94E0F4;
--dodger-blue-400: #5DCFEF;
--dodger-blue-500: #2EC2EA;
--dodger-blue-600: #14A4CC;
--dodger-blue-700: #1083A2;
--dodger-blue-800: #0B5D74;
--dodger-blue-900: #073C4A;
--dodger-blue-950: #05252E;
}