Dodger Blue
#15BFCB
CyanColor Codes
All color formats for development
HEX
#15BFCBRGB
rgb(21, 191, 203)HSL
hsl(184, 81%, 44%)OKLCH
oklch(0.734 0.122 203)CMYK
cmyk(90%, 6%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13ACB7
2#1199A2
3#0F868E
4#0D737A
5#0B5F66
6#094C51
7#06393D
8#042629
9#021314
Tints
Lighter variations
1#18D7E5
2#30DDE9
3#4AE1EC
4#64E5EF
5#7EEAF1
6#98EEF4
7#B1F2F7
8#CBF6FA
9#E5FBFC
Tones
Muted variations
1#1EB7C2
2#27AFB9
3#31A7B0
4#3A9FA7
5#43989E
6#4C9095
7#55888B
8#5E8082
9#677879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EE #95EEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE4 #5DE4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FDD #2FDDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15BF #15BFCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1198 #1198A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6D #0C6D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0845 #08454A | 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: #F1FDFE;
--dodger-blue-100: #DFFAFC;
--dodger-blue-200: #C3F5F9;
--dodger-blue-300: #95EEF4;
--dodger-blue-400: #5DE4EE;
--dodger-blue-500: #2FDDE9;
--dodger-blue-600: #15BFCB;
--dodger-blue-700: #1198A2;
--dodger-blue-800: #0C6D73;
--dodger-blue-900: #08454A;
--dodger-blue-950: #052B2E;
}