Dodger Blue
#06ADDB
CyanColor Codes
All color formats for development
HEX
#06ADDBRGB
rgb(6, 173, 219)HSL
hsl(193, 95%, 44%)OKLCH
oklch(0.696 0.132 225.6)CMYK
cmyk(97%, 21%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#059BC5
2#048AAF
3#047999
4#036883
5#03566D
6#024558
7#023442
8#01232C
9#011116
Tints
Lighter variations
1#06C3F7
2#20CAF9
3#3CD1FA
4#58D7FB
5#74DEFB
6#90E5FC
7#ABEBFD
8#C7F2FE
9#E3F8FE
Tones
Muted variations
1#10A7D0
2#1BA1C5
3#269ABB
4#3094B0
5#3B8EA5
6#46889B
7#508290
8#5B7C86
9#66767B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF0 #BEF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE4 #8DE4FC | BordersInactive statesPlaceholder text |
| 400 | 51D6 #51D6FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FCA #1FCAF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06AD #06ADDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0489 #0489AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0362 #03627C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023F #023F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DCF7FE;
--dodger-blue-200: #BEF0FD;
--dodger-blue-300: #8DE4FC;
--dodger-blue-400: #51D6FB;
--dodger-blue-500: #1FCAF9;
--dodger-blue-600: #06ADDB;
--dodger-blue-700: #0489AE;
--dodger-blue-800: #03627C;
--dodger-blue-900: #023F50;
--dodger-blue-950: #012732;
}