Dodger Blue
#1CC8FD
CyanColor Codes
All color formats for development
HEX
#1CC8FDRGB
rgb(28, 200, 253)HSL
hsl(194, 98%, 55%)OKLCH
oklch(0.777 0.145 226.4)CMYK
cmyk(89%, 21%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03C0FA
2#02ABDE
3#0295C2
4#0280A7
5#016B8B
6#01556F
7#014053
8#012B38
9#00151C
Tints
Lighter variations
1#33CEFD
2#49D3FD
3#60D9FD
4#77DEFE
5#8DE4FE
6#A4E9FE
7#BBEFFE
8#D2F4FF
9#E8FAFF
Tones
Muted variations
1#27C2F1
2#32BCE6
3#3EB6DB
4#49B0D0
5#54AAC4
6#5FA4B9
7#6B9EAE
8#7698A3
9#819297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEF #BDEFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE3 #8BE3FE | BordersInactive statesPlaceholder text |
| 400 | 4ED4 #4ED4FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CC8 #1CC8FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AB #02ABDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0288 #0288B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0161 #01617E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013E #013E51 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DCF6FF;
--dodger-blue-200: #BDEFFE;
--dodger-blue-300: #8BE3FE;
--dodger-blue-400: #4ED4FD;
--dodger-blue-500: #1CC8FD;
--dodger-blue-600: #02ABDE;
--dodger-blue-700: #0288B1;
--dodger-blue-800: #01617E;
--dodger-blue-900: #013E51;
--dodger-blue-950: #012732;
}