Dodger Blue
#19B9C8
CyanColor Codes
All color formats for development
HEX
#19B9C8RGB
rgb(25, 185, 200)HSL
hsl(185, 78%, 44%)OKLCH
oklch(0.719 0.119 205.4)CMYK
cmyk(88%, 8%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16A7B4
2#1494A0
3#11828C
4#0F6F78
5#0C5D64
6#0A4A50
7#07383C
8#052528
9#021314
Tints
Lighter variations
1#1CD1E1
2#34D7E6
3#4DDCE9
4#66E1EC
5#80E6EF
6#99EBF2
7#B3F0F6
8#CCF5F9
9#E6FAFC
Tones
Muted variations
1#21B2BF
2#2AABB6
3#33A3AD
4#3C9CA5
5#44959C
6#4D8D93
7#56868A
8#5F7F82
9#677779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EA #97EAF2 | BordersInactive statesPlaceholder text |
| 400 | 60E0 #60E0EB | Disabled statesSecondary iconsMuted text |
| 500 | 33D7 #33D7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B9 #19B9C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1493 #14939F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E69 #0E6971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0943 #094349 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFD;
--dodger-blue-100: #DFF9FB;
--dodger-blue-200: #C4F3F8;
--dodger-blue-300: #97EAF2;
--dodger-blue-400: #60E0EB;
--dodger-blue-500: #33D7E6;
--dodger-blue-600: #19B9C8;
--dodger-blue-700: #14939F;
--dodger-blue-800: #0E6971;
--dodger-blue-900: #094349;
--dodger-blue-950: #062A2D;
}