Dodger Blue
#2FD0E9
CyanColor Codes
All color formats for development
HEX
#2FD0E9RGB
rgb(47, 208, 233)HSL
hsl(188, 81%, 55%)OKLCH
oklch(0.79 0.129 211)CMYK
cmyk(80%, 11%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18C9E4
2#15B3CB
3#139CB2
4#108698
5#0D707F
6#0B5966
7#08434C
8#052D33
9#031619
Tints
Lighter variations
1#44D5EB
2#59DAEE
3#6EDEF0
4#82E3F2
5#97E8F4
6#ACECF6
7#C1F1F8
8#D5F6FB
9#EAFAFD
Tones
Muted variations
1#39CAE0
2#42C3D7
3#4BBCCD
4#54B5C4
5#5EAEBB
6#67A8B1
7#70A1A8
8#7A9A9F
9#839396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E7 #95E7F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDB #5DDBEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD0 #2FD0E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B3 #15B3CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 118E #118EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C66 #0C6673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0841 #08414A | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DFF8FC;
--dodger-blue-200: #C3F2F9;
--dodger-blue-300: #95E7F4;
--dodger-blue-400: #5DDBEE;
--dodger-blue-500: #2FD0E9;
--dodger-blue-600: #15B3CB;
--dodger-blue-700: #118EA2;
--dodger-blue-800: #0C6673;
--dodger-blue-900: #08414A;
--dodger-blue-950: #05292E;
}