Dodger Blue
#19BFC8
CyanColor Codes
All color formats for development
HEX
#19BFC8RGB
rgb(25, 191, 200)HSL
hsl(183, 78%, 44%)OKLCH
oklch(0.733 0.121 201)CMYK
cmyk(88%, 4%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16ACB4
2#1499A0
3#11868C
4#0F7378
5#0C5F64
6#0A4C50
7#07393C
8#052628
9#021314
Tints
Lighter variations
1#1CD7E1
2#34DDE6
3#4DE1E9
4#66E5EC
5#80EAEF
6#99EEF2
7#B3F2F6
8#CCF6F9
9#E6FBFC
Tones
Muted variations
1#21B7BF
2#2AAFB6
3#33A7AD
4#3C9FA5
5#44989C
6#4D9093
7#56888A
8#5F8082
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 | C4F5 #C4F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EE #97EEF2 | BordersInactive statesPlaceholder text |
| 400 | 60E4 #60E4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DD #33DDE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BF #19BFC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1498 #14989F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6D #0E6D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0945 #094549 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | 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: #C4F5F8;
--dodger-blue-300: #97EEF2;
--dodger-blue-400: #60E4EB;
--dodger-blue-500: #33DDE6;
--dodger-blue-600: #19BFC8;
--dodger-blue-700: #14989F;
--dodger-blue-800: #0E6D71;
--dodger-blue-900: #094549;
--dodger-blue-950: #062B2D;
}