Dodger Blue
#16C7CA
CyanColor Codes
All color formats for development
HEX
#16C7CARGB
rgb(22, 199, 202)HSL
hsl(181, 80%, 44%)OKLCH
oklch(0.753 0.126 196.8)CMYK
cmyk(89%, 1%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B3B6
2#129FA2
3#108B8D
4#0D7779
5#0B6365
6#095051
7#073C3D
8#042828
9#021414
Tints
Lighter variations
1#19E0E4
2#31E5E8
3#4BE8EB
4#65ECEE
5#7EEFF1
6#98F2F4
7#B2F5F6
8#CCF9F9
9#E5FCFC
Tones
Muted variations
1#1FBEC1
2#28B6B8
3#31ADAF
4#3AA4A6
5#439C9D
6#4C9394
7#558A8B
8#5E8282
9#677979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EEB #5EEBED | Disabled statesSecondary iconsMuted text |
| 500 | 30E5 #30E5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C7 #16C7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129E #129EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D71 #0D7173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #084849 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFD;
--dodger-blue-100: #DFFBFB;
--dodger-blue-200: #C3F7F8;
--dodger-blue-300: #95F2F3;
--dodger-blue-400: #5EEBED;
--dodger-blue-500: #30E5E8;
--dodger-blue-600: #16C7CA;
--dodger-blue-700: #129EA1;
--dodger-blue-800: #0D7173;
--dodger-blue-900: #084849;
--dodger-blue-950: #052D2E;
}