Dodger Blue
#16ACCA
CyanColor Codes
All color formats for development
HEX
#16ACCARGB
rgb(22, 172, 202)HSL
hsl(190, 80%, 44%)OKLCH
oklch(0.687 0.119 216.7)CMYK
cmyk(89%, 15%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#149BB6
2#128AA2
3#10788D
4#0D6779
5#0B5665
6#094551
7#07343D
8#042228
9#021114
Tints
Lighter variations
1#19C2E4
2#31CAE8
3#4BD0EB
4#65D7EE
5#7EDEF1
6#98E4F4
7#B2EBF6
8#CCF2F9
9#E5F8FC
Tones
Muted variations
1#1FA6C1
2#28A0B8
3#319AAF
4#3A94A6
5#438E9D
6#4C8894
7#55828B
8#5E7C82
9#677679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E4 #95E4F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED5 #5ED5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C9 #30C9E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16AC #16ACCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1289 #1289A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D62 #0D6273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083F #083F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFD;
--dodger-blue-100: #DFF7FB;
--dodger-blue-200: #C3F0F8;
--dodger-blue-300: #95E4F3;
--dodger-blue-400: #5ED5ED;
--dodger-blue-500: #30C9E8;
--dodger-blue-600: #16ACCA;
--dodger-blue-700: #1289A1;
--dodger-blue-800: #0D6273;
--dodger-blue-900: #083F49;
--dodger-blue-950: #05272E;
}