Dodger Blue
#2DCFEB
CyanColor Codes
All color formats for development
HEX
#2DCFEBRGB
rgb(45, 207, 235)HSL
hsl(189, 83%, 55%)OKLCH
oklch(0.788 0.13 212.8)CMYK
cmyk(81%, 12%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15C8E7
2#13B1CD
3#119BB4
4#0E859A
5#0C6F80
6#0A5967
7#07434D
8#052C33
9#02161A
Tints
Lighter variations
1#42D4ED
2#57D9EF
3#6CDDF1
4#81E2F3
5#96E7F5
6#ABECF7
7#C0F1F9
8#D5F5FB
9#EAFAFD
Tones
Muted variations
1#37C8E2
2#40C2D8
3#4ABBCF
4#53B4C5
5#5DAEBC
6#66A7B2
7#70A0A9
8#799A9F
9#839396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E6 #94E6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDA #5CDAF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCF #2DCFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B1 #13B1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8D #0F8DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B65 #0B6575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414B | 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: #DEF8FC;
--dodger-blue-200: #C2F1F9;
--dodger-blue-300: #94E6F5;
--dodger-blue-400: #5CDAF0;
--dodger-blue-500: #2DCFEB;
--dodger-blue-600: #13B1CD;
--dodger-blue-700: #0F8DA3;
--dodger-blue-800: #0B6575;
--dodger-blue-900: #07414B;
--dodger-blue-950: #04282F;
}