Dodger Blue
#16B5CA
CyanColor Codes
All color formats for development
HEX
#16B5CARGB
rgb(22, 181, 202)HSL
hsl(187, 80%, 44%)OKLCH
oklch(0.709 0.12 209.7)CMYK
cmyk(89%, 10%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14A3B6
2#1291A2
3#107F8D
4#0D6D79
5#0B5B65
6#094851
7#07363D
8#042428
9#021214
Tints
Lighter variations
1#19CCE4
2#31D3E8
3#4BD8EB
4#65DEEE
5#7EE3F1
6#98E9F4
7#B2EEF6
8#CCF4F9
9#E5F9FC
Tones
Muted variations
1#1FAEC1
2#28A7B8
3#31A0AF
4#3A99A6
5#43939D
6#4C8C94
7#55858B
8#5E7E82
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 | C3F2 #C3F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E8 #95E8F3 | BordersInactive statesPlaceholder text |
| 400 | 5EDC #5EDCED | Disabled statesSecondary iconsMuted text |
| 500 | 30D3 #30D3E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B5 #16B5CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1290 #1290A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D67 #0D6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #084249 | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | 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: #C3F2F8;
--dodger-blue-300: #95E8F3;
--dodger-blue-400: #5EDCED;
--dodger-blue-500: #30D3E8;
--dodger-blue-600: #16B5CA;
--dodger-blue-700: #1290A1;
--dodger-blue-800: #0D6773;
--dodger-blue-900: #084249;
--dodger-blue-950: #05292E;
}