Dodger Blue
#2FCDE9
CyanColor Codes
All color formats for development
HEX
#2FCDE9RGB
rgb(47, 205, 233)HSL
hsl(189, 81%, 55%)OKLCH
oklch(0.783 0.128 213.1)CMYK
cmyk(80%, 12%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18C6E4
2#15B0CB
3#139AB2
4#108498
5#0D6E7F
6#0B5866
7#08424C
8#052C33
9#031619
Tints
Lighter variations
1#44D2EB
2#59D7EE
3#6EDCF0
4#82E1F2
5#97E6F4
6#ACEBF6
7#C1F0F8
8#D5F5FB
9#EAFAFD
Tones
Muted variations
1#39C7E0
2#42C0D7
3#4BBACD
4#54B3C4
5#5EADBB
6#67A6B1
7#70A0A8
8#7A999F
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 | 95E6 #95E6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD8 #5DD8EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FCD #2FCDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B0 #15B0CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 118C #118CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C64 #0C6473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0840 #08404A | 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: #95E6F4;
--dodger-blue-400: #5DD8EE;
--dodger-blue-500: #2FCDE9;
--dodger-blue-600: #15B0CB;
--dodger-blue-700: #118CA2;
--dodger-blue-800: #0C6473;
--dodger-blue-900: #08404A;
--dodger-blue-950: #05282E;
}