Dodger Blue
#06B0DB
CyanColor Codes
All color formats for development
HEX
#06B0DBRGB
rgb(6, 176, 219)HSL
hsl(192, 95%, 44%)OKLCH
oklch(0.703 0.131 223.6)CMYK
cmyk(97%, 20%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059FC5
2#048DAF
3#047B99
4#036A83
5#03586D
6#024658
7#023542
8#01232C
9#011216
Tints
Lighter variations
1#06C7F7
2#20CEF9
3#3CD4FA
4#58DAFB
5#74E0FB
6#90E6FC
7#ABEDFD
8#C7F3FE
9#E3F9FE
Tones
Muted variations
1#10AAD0
2#1BA3C5
3#269DBB
4#3097B0
5#3B90A5
6#468A9B
7#508390
8#5B7D86
9#66777B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE6 #8DE6FC | BordersInactive statesPlaceholder text |
| 400 | 51D9 #51D9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FCE #1FCEF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B0 #06B0DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048C #048CAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0364 #03647C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #024050 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DCF7FE;
--dodger-blue-200: #BEF1FD;
--dodger-blue-300: #8DE6FC;
--dodger-blue-400: #51D9FB;
--dodger-blue-500: #1FCEF9;
--dodger-blue-600: #06B0DB;
--dodger-blue-700: #048CAE;
--dodger-blue-800: #03647C;
--dodger-blue-900: #024050;
--dodger-blue-950: #012832;
}