Dodger Blue
#15ADCB
CyanColor Codes
All color formats for development
HEX
#15ADCBRGB
rgb(21, 173, 203)HSL
hsl(190, 81%, 44%)OKLCH
oklch(0.69 0.12 216.5)CMYK
cmyk(90%, 15%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#139CB7
2#118AA2
3#0F798E
4#0D687A
5#0B5666
6#094551
7#06343D
8#042329
9#021114
Tints
Lighter variations
1#18C3E5
2#30CAE9
3#4AD1EC
4#64D8EF
5#7EDEF1
6#98E5F4
7#B1EBF7
8#CBF2FA
9#E5F8FC
Tones
Muted variations
1#1EA7C2
2#27A1B9
3#319BB0
4#3A95A7
5#438E9E
6#4C8895
7#55828B
8#5E7C82
9#677679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E4 #95E4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD6 #5DD6EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FCA #2FCAE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15AD #15ADCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1189 #1189A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C62 #0C6273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083F #083F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DFF7FC;
--dodger-blue-200: #C3F0F9;
--dodger-blue-300: #95E4F4;
--dodger-blue-400: #5DD6EE;
--dodger-blue-500: #2FCAE9;
--dodger-blue-600: #15ADCB;
--dodger-blue-700: #1189A2;
--dodger-blue-800: #0C6273;
--dodger-blue-900: #083F4A;
--dodger-blue-950: #05272E;
}