Dodger Blue
#03C4DD
CyanColor Codes
All color formats for development
HEX
#03C4DDRGB
rgb(3, 196, 221)HSL
hsl(187, 97%, 44%)OKLCH
oklch(0.752 0.13 210.9)CMYK
cmyk(99%, 11%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03B0C7
2#039DB1
3#02899B
4#027585
5#02626F
6#014E58
7#013B42
8#01272C
9#001416
Tints
Lighter variations
1#04DDF9
2#1EE2FC
3#3AE5FC
4#56E9FC
5#72EDFD
6#8EF0FD
7#ABF4FE
8#C7F8FE
9#E3FBFF
Tones
Muted variations
1#0EBBD2
2#19B3C7
3#24ABBC
4#2FA2B2
5#3A9AA7
6#45929C
7#508991
8#5A8186
9#65797B
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 | BEF7 #BEF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF0 #8BF0FD | BordersInactive statesPlaceholder text |
| 400 | 4FE8 #4FE8FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE2 #1DE2FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C4 #03C4DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039C #039CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026F #026F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0147 #014750 | 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: #BEF7FE;
--dodger-blue-300: #8BF0FD;
--dodger-blue-400: #4FE8FC;
--dodger-blue-500: #1DE2FC;
--dodger-blue-600: #03C4DD;
--dodger-blue-700: #039CB0;
--dodger-blue-800: #026F7E;
--dodger-blue-900: #014750;
--dodger-blue-950: #012C32;
}