Dodger Blue
#14B4CC
CyanColor Codes
All color formats for development
HEX
#14B4CCRGB
rgb(20, 180, 204)HSL
hsl(188, 82%, 44%)OKLCH
oklch(0.708 0.121 211.8)CMYK
cmyk(90%, 12%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12A2B8
2#1090A3
3#0E7E8F
4#0C6C7B
5#0A5A66
6#084852
7#06363D
8#042429
9#021214
Tints
Lighter variations
1#17CBE6
2#2FD1EA
3#49D7ED
4#63DDF0
5#7DE3F2
6#97E8F5
7#B1EEF7
8#CBF4FA
9#E5F9FC
Tones
Muted variations
1#1DADC3
2#27A6BA
3#309FB1
4#3999A7
5#42929E
6#4B8B95
7#55848C
8#5E7E83
9#677779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E8 #94E8F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDB #5DDBEF | Disabled statesSecondary iconsMuted text |
| 500 | 2ED1 #2ED1EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14B4 #14B4CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 108F #108FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B66 #0B6674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414A | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DFF8FC;
--dodger-blue-200: #C3F2F9;
--dodger-blue-300: #94E8F4;
--dodger-blue-400: #5DDBEF;
--dodger-blue-500: #2ED1EA;
--dodger-blue-600: #14B4CC;
--dodger-blue-700: #108FA2;
--dodger-blue-800: #0B6674;
--dodger-blue-900: #07414A;
--dodger-blue-950: #05292E;
}