Dodger Blue
#15C8CB
CyanColor Codes
All color formats for development
HEX
#15C8CBRGB
rgb(21, 200, 203)HSL
hsl(181, 81%, 44%)OKLCH
oklch(0.756 0.126 196.8)CMYK
cmyk(90%, 1%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B4B7
2#11A0A2
3#0F8C8E
4#0D787A
5#0B6466
6#095051
7#063C3D
8#042829
9#021414
Tints
Lighter variations
1#18E2E5
2#30E6E9
3#4AE9EC
4#64ECEF
5#7EF0F1
6#98F3F4
7#B1F6F7
8#CBF9FA
9#E5FCFC
Tones
Muted variations
1#1EBFC2
2#27B6B9
3#31AEB0
4#3AA5A7
5#439C9E
6#4C9395
7#558B8B
8#5E8282
9#677979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEC #5DECEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE6 #2FE6E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C8 #15C8CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119F #119FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C72 #0C7273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08494A | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DFFBFC;
--dodger-blue-200: #C3F8F9;
--dodger-blue-300: #95F2F4;
--dodger-blue-400: #5DECEE;
--dodger-blue-500: #2FE6E9;
--dodger-blue-600: #15C8CB;
--dodger-blue-700: #119FA2;
--dodger-blue-800: #0C7273;
--dodger-blue-900: #08494A;
--dodger-blue-950: #052D2E;
}