Dodger Blue
#15AACB
CyanColor Codes
All color formats for development
HEX
#15AACBRGB
rgb(21, 170, 203)HSL
hsl(191, 81%, 44%)OKLCH
oklch(0.683 0.12 218.8)CMYK
cmyk(90%, 16%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1399B7
2#1188A2
3#0F778E
4#0D667A
5#0B5566
6#094451
7#06333D
8#042229
9#021114
Tints
Lighter variations
1#18BFE5
2#30C7E9
3#4ACEEC
4#64D5EF
5#7EDCF1
6#98E3F4
7#B1EAF7
8#CBF1FA
9#E5F8FC
Tones
Muted variations
1#1EA4C2
2#279EB9
3#3198B0
4#3A93A7
5#438D9E
6#4C8795
7#55818B
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 | DFF6 #DFF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EF #C3EFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E2 #95E2F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD4 #5DD4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC7 #2FC7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15AA #15AACB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1187 #1187A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C60 #0C6073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083E #083E4A | 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: #DFF6FC;
--dodger-blue-200: #C3EFF9;
--dodger-blue-300: #95E2F4;
--dodger-blue-400: #5DD4EE;
--dodger-blue-500: #2FC7E9;
--dodger-blue-600: #15AACB;
--dodger-blue-700: #1187A2;
--dodger-blue-800: #0C6073;
--dodger-blue-900: #083E4A;
--dodger-blue-950: #05272E;
}