Dodger Blue
#16BECA
CyanColor Codes
All color formats for development
HEX
#16BECARGB
rgb(22, 190, 202)HSL
hsl(184, 80%, 44%)OKLCH
oklch(0.731 0.122 203.1)CMYK
cmyk(89%, 6%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14ABB6
2#1298A2
3#10858D
4#0D7279
5#0B5F65
6#094C51
7#07393D
8#042628
9#021314
Tints
Lighter variations
1#19D6E4
2#31DCE8
3#4BE0EB
4#65E5EE
5#7EE9F1
6#98EDF4
7#B2F2F6
8#CCF6F9
9#E5FBFC
Tones
Muted variations
1#1FB6C1
2#28AEB8
3#31A7AF
4#3A9FA6
5#43979D
6#4C8F94
7#55888B
8#5E8082
9#677879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95ED #95EDF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE4 #5EE4ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DC #30DCE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BE #16BECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1297 #1297A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6C #0D6C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0845 #084549 | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFD;
--dodger-blue-100: #DFFAFB;
--dodger-blue-200: #C3F5F8;
--dodger-blue-300: #95EDF3;
--dodger-blue-400: #5EE4ED;
--dodger-blue-500: #30DCE8;
--dodger-blue-600: #16BECA;
--dodger-blue-700: #1297A1;
--dodger-blue-800: #0D6C73;
--dodger-blue-900: #084549;
--dodger-blue-950: #052B2E;
}