Dodger Blue
#15BCCB
CyanColor Codes
All color formats for development
HEX
#15BCCBRGB
rgb(21, 188, 203)HSL
hsl(185, 81%, 44%)OKLCH
oklch(0.727 0.122 205.2)CMYK
cmyk(90%, 7%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13A9B7
2#1196A2
3#0F848E
4#0D717A
5#0B5E66
6#094B51
7#06383D
8#042629
9#021314
Tints
Lighter variations
1#18D4E5
2#30DAE9
3#4ADFEC
4#64E3EF
5#7EE8F1
6#98ECF4
7#B1F1F7
8#CBF6FA
9#E5FAFC
Tones
Muted variations
1#1EB4C2
2#27ADB9
3#31A5B0
4#3A9EA7
5#43969E
6#4C8E95
7#55878B
8#5E7F82
9#677879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EC #95ECF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE2 #5DE2EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FDA #2FDAE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15BC #15BCCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1195 #1195A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6B #0C6B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0844 #08444A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DFF9FC;
--dodger-blue-200: #C3F4F9;
--dodger-blue-300: #95ECF4;
--dodger-blue-400: #5DE2EE;
--dodger-blue-500: #2FDAE9;
--dodger-blue-600: #15BCCB;
--dodger-blue-700: #1195A2;
--dodger-blue-800: #0C6B73;
--dodger-blue-900: #08444A;
--dodger-blue-950: #052B2E;
}