Dodger Blue
#16B2CA
CyanColor Codes
All color formats for development
HEX
#16B2CARGB
rgb(22, 178, 202)HSL
hsl(188, 80%, 44%)OKLCH
oklch(0.702 0.119 212)CMYK
cmyk(89%, 12%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14A0B6
2#128EA2
3#107D8D
4#0D6B79
5#0B5965
6#094751
7#07353D
8#042428
9#021214
Tints
Lighter variations
1#19C9E4
2#31D0E8
3#4BD6EB
4#65DCEE
5#7EE1F1
6#98E7F4
7#B2EDF6
8#CCF3F9
9#E5F9FC
Tones
Muted variations
1#1FABC1
2#28A5B8
3#319EAF
4#3A98A6
5#43919D
6#4C8B94
7#55848B
8#5E7D82
9#677779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F1 #C3F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E7 #95E7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EDA #5EDAED | Disabled statesSecondary iconsMuted text |
| 500 | 30D0 #30D0E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B2 #16B2CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 128E #128EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D65 #0D6573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0841 #084149 | 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: #F1FCFD;
--dodger-blue-100: #DFF8FB;
--dodger-blue-200: #C3F1F8;
--dodger-blue-300: #95E7F3;
--dodger-blue-400: #5EDAED;
--dodger-blue-500: #30D0E8;
--dodger-blue-600: #16B2CA;
--dodger-blue-700: #128EA1;
--dodger-blue-800: #0D6573;
--dodger-blue-900: #084149;
--dodger-blue-950: #05282E;
}