Dodger Blue
#34D0E5
CyanColor Codes
All color formats for development
HEX
#34D0E5RGB
rgb(52, 208, 229)HSL
hsl(187, 77%, 55%)OKLCH
oklch(0.789 0.126 208.7)CMYK
cmyk(77%, 9%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DC9DF
2#1AB2C7
3#179CAE
4#138695
5#10707C
6#0D5963
7#0A434A
8#062D32
9#031619
Tints
Lighter variations
1#48D5E7
2#5DD9EA
3#71DEED
4#85E3EF
5#99E7F2
6#AEECF4
7#C2F1F7
8#D6F6FA
9#EBFAFC
Tones
Muted variations
1#3DC9DC
2#46C2D3
3#4EBCCA
4#57B5C1
5#60AEB8
6#69A7B0
7#72A1A7
8#7B9A9E
9#839395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E7 #97E7F2 | BordersInactive statesPlaceholder text |
| 400 | 61DA #61DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 34D0 #34D0E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AB2 #1AB2C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158E #158E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0941 #094148 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFD;
--dodger-blue-100: #DFF8FB;
--dodger-blue-200: #C4F1F7;
--dodger-blue-300: #97E7F2;
--dodger-blue-400: #61DAEA;
--dodger-blue-500: #34D0E5;
--dodger-blue-600: #1AB2C7;
--dodger-blue-700: #158E9E;
--dodger-blue-800: #0F6571;
--dodger-blue-900: #094148;
--dodger-blue-950: #06292D;
}