Dodger Blue
#06B7DB
CyanColor Codes
All color formats for development
HEX
#06B7DBRGB
rgb(6, 183, 219)HSL
hsl(190, 95%, 44%)OKLCH
oklch(0.72 0.129 218.8)CMYK
cmyk(97%, 16%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05A5C5
2#0493AF
3#048099
4#036E83
5#035C6D
6#024958
7#023742
8#01252C
9#011216
Tints
Lighter variations
1#06CFF7
2#20D5F9
3#3CDAFA
4#58E0FB
5#74E5FB
6#90EAFC
7#ABEFFD
8#C7F5FE
9#E3FAFE
Tones
Muted variations
1#10B0D0
2#1BA9C5
3#26A2BB
4#309BB0
5#3B94A5
6#468D9B
7#508690
8#5B7E86
9#66777B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF3 #BEF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE9 #8DE9FC | BordersInactive statesPlaceholder text |
| 400 | 51DE #51DEFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD5 #1FD5F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B7 #06B7DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0492 #0492AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0368 #03687C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0243 #024350 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DCF8FE;
--dodger-blue-200: #BEF3FD;
--dodger-blue-300: #8DE9FC;
--dodger-blue-400: #51DEFB;
--dodger-blue-500: #1FD5F9;
--dodger-blue-600: #06B7DB;
--dodger-blue-700: #0492AE;
--dodger-blue-800: #03687C;
--dodger-blue-900: #024350;
--dodger-blue-950: #012A32;
}