Dodger Blue
#2DCCEB
CyanColor Codes
All color formats for development
HEX
#2DCCEBRGB
rgb(45, 204, 235)HSL
hsl(190, 83%, 55%)OKLCH
oklch(0.781 0.13 214.9)CMYK
cmyk(81%, 13%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15C4E7
2#13AECD
3#1198B4
4#0E839A
5#0C6D80
6#0A5767
7#07414D
8#052C33
9#02161A
Tints
Lighter variations
1#42D1ED
2#57D6EF
3#6CDBF1
4#81E0F3
5#96E5F5
6#ABEAF7
7#C0F0F9
8#D5F5FB
9#EAFAFD
Tones
Muted variations
1#37C5E2
2#40BFD8
3#4AB9CF
4#53B2C5
5#5DACBC
6#66A6B2
7#709FA9
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 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E5 #94E5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD7 #5CD7F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCC #2DCCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13AE #13AECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8B #0F8BA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B63 #0B6375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DEF7FC;
--dodger-blue-200: #C2F0F9;
--dodger-blue-300: #94E5F5;
--dodger-blue-400: #5CD7F0;
--dodger-blue-500: #2DCCEB;
--dodger-blue-600: #13AECD;
--dodger-blue-700: #0F8BA3;
--dodger-blue-800: #0B6375;
--dodger-blue-900: #073F4B;
--dodger-blue-950: #04282F;
}