Dodger Blue
#06B4DB
CyanColor Codes
All color formats for development
HEX
#06B4DBRGB
rgb(6, 180, 219)HSL
hsl(191, 95%, 44%)OKLCH
oklch(0.713 0.13 220.9)CMYK
cmyk(97%, 18%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05A2C5
2#0490AF
3#047E99
4#036C83
5#035A6D
6#024858
7#023642
8#01242C
9#011216
Tints
Lighter variations
1#06CBF7
2#20D1F9
3#3CD7FA
4#58DDFB
5#74E3FB
6#90E8FC
7#ABEEFD
8#C7F4FE
9#E3F9FE
Tones
Muted variations
1#10ADD0
2#1BA6C5
3#269FBB
4#3099B0
5#3B92A5
6#468B9B
7#508490
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 | BEF2 #BEF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE8 #8DE8FC | BordersInactive statesPlaceholder text |
| 400 | 51DB #51DBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD1 #1FD1F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B4 #06B4DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048F #048FAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0366 #03667C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0241 #024150 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | 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: #BEF2FD;
--dodger-blue-300: #8DE8FC;
--dodger-blue-400: #51DBFB;
--dodger-blue-500: #1FD1F9;
--dodger-blue-600: #06B4DB;
--dodger-blue-700: #048FAE;
--dodger-blue-800: #03667C;
--dodger-blue-900: #024150;
--dodger-blue-950: #012932;
}