Dodger Blue
#27CCF1
CyanColor Codes
All color formats for development
HEX
#27CCF1RGB
rgb(39, 204, 241)HSL
hsl(191, 88%, 55%)OKLCH
oklch(0.782 0.134 218.1)CMYK
cmyk(84%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FC5ED
2#0DAFD3
3#0C99B9
4#0A839E
5#086D84
6#075769
7#05424F
8#032C35
9#02161A
Tints
Lighter variations
1#3DD1F3
2#52D6F4
3#68DBF5
4#7EE1F7
5#93E6F8
6#A9EBF9
7#BEF0FB
8#D4F5FC
9#E9FAFE
Tones
Muted variations
1#31C6E7
2#3BBFDD
3#46B9D3
4#50B3C9
5#5AACBF
6#64A6B5
7#6E9FAB
8#7899A0
9#829396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F0 #C1F0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E5 #91E5F8 | BordersInactive statesPlaceholder text |
| 400 | 57D7 #57D7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27CC #27CCF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAF #0DAFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8B #0B8BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0863 #086378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0540 #05404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DDF7FD;
--dodger-blue-200: #C1F0FB;
--dodger-blue-300: #91E5F8;
--dodger-blue-400: #57D7F4;
--dodger-blue-500: #27CCF1;
--dodger-blue-600: #0DAFD3;
--dodger-blue-700: #0B8BA8;
--dodger-blue-800: #086378;
--dodger-blue-900: #05404D;
--dodger-blue-950: #032830;
}