Dodger Blue
#06A9DB
CyanColor Codes
All color formats for development
HEX
#06A9DBRGB
rgb(6, 169, 219)HSL
hsl(194, 95%, 44%)OKLCH
oklch(0.687 0.134 228.3)CMYK
cmyk(97%, 23%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0598C5
2#0487AF
3#047699
4#036583
5#03556D
6#024458
7#023342
8#01222C
9#011116
Tints
Lighter variations
1#06BFF7
2#20C7F9
3#3CCEFA
4#58D5FB
5#74DCFB
6#90E3FC
7#ABEAFD
8#C7F1FE
9#E3F8FE
Tones
Muted variations
1#10A3D0
2#1B9EC5
3#2698BB
4#3092B0
5#3B8DA5
6#46879B
7#508190
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 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEF #BEEFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE2 #8DE2FC | BordersInactive statesPlaceholder text |
| 400 | 51D3 #51D3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FC6 #1FC6F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06A9 #06A9DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0486 #0486AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0360 #03607C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023D #023D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0126 #012632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DCF6FE;
--dodger-blue-200: #BEEFFD;
--dodger-blue-300: #8DE2FC;
--dodger-blue-400: #51D3FB;
--dodger-blue-500: #1FC6F9;
--dodger-blue-600: #06A9DB;
--dodger-blue-700: #0486AE;
--dodger-blue-800: #03607C;
--dodger-blue-900: #023D50;
--dodger-blue-950: #012632;
}