Dodger Blue
#34CAE5
CyanColor Codes
All color formats for development
HEX
#34CAE5RGB
rgb(52, 202, 229)HSL
hsl(189, 77%, 55%)OKLCH
oklch(0.775 0.125 213)CMYK
cmyk(77%, 12%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DC2DF
2#1AADC7
3#1797AE
4#138295
5#106C7C
6#0D5663
7#0A414A
8#062B32
9#031619
Tints
Lighter variations
1#48CFE7
2#5DD5EA
3#71DAED
4#85DFEF
5#99E5F2
6#AEEAF4
7#C2EFF7
8#D6F4FA
9#EBFAFC
Tones
Muted variations
1#3DC4DC
2#46BED3
3#4EB8CA
4#57B1C1
5#60ABB8
6#69A5B0
7#729FA7
8#7B999E
9#839295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E4 #97E4F2 | BordersInactive statesPlaceholder text |
| 400 | 61D6 #61D6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34CA #34CAE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AAD #1AADC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFD;
--dodger-blue-100: #DFF7FB;
--dodger-blue-200: #C4F0F7;
--dodger-blue-300: #97E4F2;
--dodger-blue-400: #61D6EA;
--dodger-blue-500: #34CAE5;
--dodger-blue-600: #1AADC7;
--dodger-blue-700: #15899E;
--dodger-blue-800: #0F6271;
--dodger-blue-900: #093F48;
--dodger-blue-950: #06272D;
}