Dodger Blue
#06B6D4
CyanColor Codes
All color formats for development
HEX
#06B6D4RGB
rgb(6, 182, 212)HSL
hsl(189, 94%, 43%)OKLCH
oklch(0.715 0.126 215.2)CMYK
cmyk(97%, 14%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06A4BF
2#0591AA
3#057F95
4#046D80
5#035B6A
6#034955
7#023740
8#01242B
9#011215
Tints
Lighter variations
1#07CEF1
2#1DD7F8
3#3ADCF9
4#56E1FA
5#72E6FB
6#8EEBFC
7#AAF0FC
8#C7F5FD
9#E3FAFE
Tones
Muted variations
1#11AFCA
2#1BA7C0
3#26A0B6
4#3099AB
5#3A92A1
6#448B97
7#4F838D
8#597C82
9#637578
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEB #8DEBFB | BordersInactive statesPlaceholder text |
| 400 | 52E0 #52E0FA | Disabled statesSecondary iconsMuted text |
| 500 | 20D8 #20D8F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07BA #07BADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0594 #0594AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046A #046A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #02444F | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DCF9FE;
--dodger-blue-200: #BFF4FD;
--dodger-blue-300: #8DEBFB;
--dodger-blue-400: #52E0FA;
--dodger-blue-500: #20D8F8;
--dodger-blue-600: #07BADA;
--dodger-blue-700: #0594AD;
--dodger-blue-800: #046A7C;
--dodger-blue-900: #02444F;
--dodger-blue-950: #022A31;
}