Dodger Blue
#06BEDB
CyanColor Codes
All color formats for development
HEX
#06BEDBRGB
rgb(6, 190, 219)HSL
hsl(188, 95%, 44%)OKLCH
oklch(0.737 0.129 213.9)CMYK
cmyk(97%, 13%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05ABC5
2#0498AF
3#048599
4#037283
5#035F6D
6#024C58
7#023942
8#01262C
9#011316
Tints
Lighter variations
1#06D7F7
2#20DCF9
3#3CE1FA
4#58E5FB
5#74E9FB
6#90EEFC
7#ABF2FD
8#C7F6FE
9#E3FBFE
Tones
Muted variations
1#10B7D0
2#1BAFC5
3#26A7BB
4#309FB0
5#3B97A5
6#468F9B
7#508890
8#5B8086
9#66787B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF5 #BEF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DED #8DEDFC | BordersInactive statesPlaceholder text |
| 400 | 51E4 #51E4FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FDC #1FDCF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06BE #06BEDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0497 #0497AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036C #036C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0245 #024550 | Primary textHigh emphasis contentDark headings |
| 950 | 012B #012B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FDFF;
--dodger-blue-100: #DCFAFE;
--dodger-blue-200: #BEF5FD;
--dodger-blue-300: #8DEDFC;
--dodger-blue-400: #51E4FB;
--dodger-blue-500: #1FDCF9;
--dodger-blue-600: #06BEDB;
--dodger-blue-700: #0497AE;
--dodger-blue-800: #036C7C;
--dodger-blue-900: #024550;
--dodger-blue-950: #012B32;
}