Dodger Blue
#06C2DB
CyanColor Codes
All color formats for development
HEX
#06C2DBRGB
rgb(6, 194, 219)HSL
hsl(187, 95%, 44%)OKLCH
oklch(0.747 0.129 211.1)CMYK
cmyk(97%, 11%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05AFC5
2#049BAF
3#048899
4#037483
5#03616D
6#024E58
7#023A42
8#01272C
9#011316
Tints
Lighter variations
1#06DBF7
2#20E0F9
3#3CE4FA
4#58E8FB
5#74ECFB
6#90EFFC
7#ABF3FD
8#C7F7FE
9#E3FBFE
Tones
Muted variations
1#10BAD0
2#1BB2C5
3#26A9BB
4#30A1B0
5#3B99A5
6#46919B
7#508990
8#5B8186
9#66787B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF6 #BEF6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEF #8DEFFC | BordersInactive statesPlaceholder text |
| 400 | 51E7 #51E7FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FE0 #1FE0F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06C2 #06C2DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049A #049AAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036E #036E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #024750 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FDFF;
--dodger-blue-100: #DCFAFE;
--dodger-blue-200: #BEF6FD;
--dodger-blue-300: #8DEFFC;
--dodger-blue-400: #51E7FB;
--dodger-blue-500: #1FE0F9;
--dodger-blue-600: #06C2DB;
--dodger-blue-700: #049AAE;
--dodger-blue-800: #036E7C;
--dodger-blue-900: #024750;
--dodger-blue-950: #012C32;
}