Dodger Blue
#03C0DD
CyanColor Codes
All color formats for development
HEX
#03C0DDRGB
rgb(3, 192, 221)HSL
hsl(188, 97%, 44%)OKLCH
oklch(0.743 0.13 213.6)CMYK
cmyk(99%, 13%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03ADC7
2#039AB1
3#02869B
4#027385
5#02606F
6#014D58
7#013A42
8#01262C
9#001316
Tints
Lighter variations
1#04D8F9
2#1EDEFC
3#3AE2FC
4#56E6FC
5#72EAFD
6#8EEFFD
7#ABF3FE
8#C7F7FE
9#E3FBFF
Tones
Muted variations
1#0EB8D2
2#19B0C7
3#24A8BC
4#2FA0B2
5#3A98A7
6#45909C
7#508891
8#5A8086
9#65787B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF5 #BEF5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEE #8BEEFD | BordersInactive statesPlaceholder text |
| 400 | 4FE5 #4FE5FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DDE #1DDEFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C0 #03C0DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0399 #0399B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026D #026D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0146 #014650 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FDFF;
--dodger-blue-100: #DCFAFE;
--dodger-blue-200: #BEF5FE;
--dodger-blue-300: #8BEEFD;
--dodger-blue-400: #4FE5FC;
--dodger-blue-500: #1DDEFC;
--dodger-blue-600: #03C0DD;
--dodger-blue-700: #0399B0;
--dodger-blue-800: #026D7E;
--dodger-blue-900: #014650;
--dodger-blue-950: #012C32;
}