Dodger Blue
#16B8CA
CyanColor Codes
All color formats for development
HEX
#16B8CARGB
rgb(22, 184, 202)HSL
hsl(186, 80%, 44%)OKLCH
oklch(0.717 0.12 207.5)CMYK
cmyk(89%, 9%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14A6B6
2#1293A2
3#10818D
4#0D6E79
5#0B5C65
6#094A51
7#07373D
8#042528
9#021214
Tints
Lighter variations
1#19CFE4
2#31D6E8
3#4BDBEB
4#65E0EE
5#7EE5F1
6#98EAF4
7#B2F0F6
8#CCF5F9
9#E5FAFC
Tones
Muted variations
1#1FB1C1
2#28AAB8
3#31A2AF
4#3A9BA6
5#43949D
6#4C8D94
7#55868B
8#5E7F82
9#677779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EA #95EAF3 | BordersInactive statesPlaceholder text |
| 400 | 5EDF #5EDFED | Disabled statesSecondary iconsMuted text |
| 500 | 30D6 #30D6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B8 #16B8CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1292 #1292A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D69 #0D6973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0843 #084349 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFD;
--dodger-blue-100: #DFF9FB;
--dodger-blue-200: #C3F3F8;
--dodger-blue-300: #95EAF3;
--dodger-blue-400: #5EDFED;
--dodger-blue-500: #30D6E8;
--dodger-blue-600: #16B8CA;
--dodger-blue-700: #1292A1;
--dodger-blue-800: #0D6973;
--dodger-blue-900: #084349;
--dodger-blue-950: #052A2E;
}