Dodger Blue
#19BCC8
CyanColor Codes
All color formats for development
HEX
#19BCC8RGB
rgb(25, 188, 200)HSL
hsl(184, 78%, 44%)OKLCH
oklch(0.726 0.12 203.2)CMYK
cmyk(88%, 6%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16A9B4
2#1496A0
3#11848C
4#0F7178
5#0C5E64
6#0A4B50
7#07383C
8#052628
9#021314
Tints
Lighter variations
1#1CD4E1
2#34DAE6
3#4DDFE9
4#66E3EC
5#80E8EF
6#99ECF2
7#B3F1F6
8#CCF6F9
9#E6FAFC
Tones
Muted variations
1#21B4BF
2#2AADB6
3#33A5AD
4#3C9EA5
5#44969C
6#4D8F93
7#56878A
8#5F7F82
9#677879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EC #97ECF2 | BordersInactive statesPlaceholder text |
| 400 | 60E2 #60E2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DA #33DAE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BC #19BCC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1496 #14969F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6B #0E6B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094449 | 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: #DFF9FB;
--dodger-blue-200: #C4F4F8;
--dodger-blue-300: #97ECF2;
--dodger-blue-400: #60E2EB;
--dodger-blue-500: #33DAE6;
--dodger-blue-600: #19BCC8;
--dodger-blue-700: #14969F;
--dodger-blue-800: #0E6B71;
--dodger-blue-900: #094449;
--dodger-blue-950: #062B2D;
}