Dodger Blue
#2ECEEA
CyanColor Codes
All color formats for development
HEX
#2ECEEARGB
rgb(46, 206, 234)HSL
hsl(189, 82%, 55%)OKLCH
oklch(0.785 0.129 213)CMYK
cmyk(80%, 12%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17C7E6
2#14B1CC
3#129BB3
4#0F8499
5#0D6E80
6#0A5866
7#08424D
8#052C33
9#03161A
Tints
Lighter variations
1#43D3EC
2#58D8EE
3#6DDDF1
4#82E2F3
5#97E7F5
6#ABEBF7
7#C0F0F9
8#D5F5FB
9#EAFAFD
Tones
Muted variations
1#38C8E1
2#41C1D8
3#4ABACE
4#54B4C5
5#5DADBB
6#67A7B2
7#70A0A8
8#79999F
9#839396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F1 #C3F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E6 #94E6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD9 #5DD9EF | Disabled statesSecondary iconsMuted text |
| 500 | 2ECE #2ECEEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14B1 #14B1CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 108C #108CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B64 #0B6474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0740 #07404A | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DFF7FC;
--dodger-blue-200: #C3F1F9;
--dodger-blue-300: #94E6F4;
--dodger-blue-400: #5DD9EF;
--dodger-blue-500: #2ECEEA;
--dodger-blue-600: #14B1CC;
--dodger-blue-700: #108CA2;
--dodger-blue-800: #0B6474;
--dodger-blue-900: #07404A;
--dodger-blue-950: #05282E;
}