Dodger Blue
#2DC9EB
CyanColor Codes
All color formats for development
HEX
#2DC9EBRGB
rgb(45, 201, 235)HSL
hsl(191, 83%, 55%)OKLCH
oklch(0.774 0.13 217)CMYK
cmyk(81%, 14%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15C1E7
2#13ABCD
3#1196B4
4#0E809A
5#0C6B80
6#0A5667
7#07404D
8#052B33
9#02151A
Tints
Lighter variations
1#42CEED
2#57D3EF
3#6CD9F1
4#81DEF3
5#96E4F5
6#ABE9F7
7#C0EFF9
8#D5F4FB
9#EAFAFD
Tones
Muted variations
1#37C3E2
2#40BDD8
3#4AB6CF
4#53B0C5
5#5DAABC
6#66A4B2
7#709EA9
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 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E3 #94E3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD5 #5CD5F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC9 #2DC9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13AB #13ABCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F88 #0F88A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B61 #0B6175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073E #073E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF7FC;
--dodger-blue-200: #C2EFF9;
--dodger-blue-300: #94E3F5;
--dodger-blue-400: #5CD5F0;
--dodger-blue-500: #2DC9EB;
--dodger-blue-600: #13ABCD;
--dodger-blue-700: #0F88A3;
--dodger-blue-800: #0B6175;
--dodger-blue-900: #073E4B;
--dodger-blue-950: #04272F;
}