Dodger Blue
#06BBDB
CyanColor Codes
All color formats for development
HEX
#06BBDBRGB
rgb(6, 187, 219)HSL
hsl(189, 95%, 44%)OKLCH
oklch(0.73 0.129 216)CMYK
cmyk(97%, 15%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05A8C5
2#0495AF
3#048399
4#037083
5#035D6D
6#024B58
7#023842
8#01252C
9#011316
Tints
Lighter variations
1#06D3F7
2#20D9F9
3#3CDEFA
4#58E2FB
5#74E7FB
6#90ECFC
7#ABF1FD
8#C7F5FE
9#E3FAFE
Tones
Muted variations
1#10B3D0
2#1BACC5
3#26A4BB
4#309DB0
5#3B96A5
6#468E9B
7#508790
8#5B7F86
9#66787B
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 | BEF4 #BEF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEB #8DEBFC | BordersInactive statesPlaceholder text |
| 400 | 51E1 #51E1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD9 #1FD9F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06BB #06BBDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0495 #0495AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036A #036A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #024450 | 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: #DCF9FE;
--dodger-blue-200: #BEF4FD;
--dodger-blue-300: #8DEBFC;
--dodger-blue-400: #51E1FB;
--dodger-blue-500: #1FD9F9;
--dodger-blue-600: #06BBDB;
--dodger-blue-700: #0495AE;
--dodger-blue-800: #036A7C;
--dodger-blue-900: #024450;
--dodger-blue-950: #012A32;
}