Dodger Blue
#27C9F1
CyanColor Codes
All color formats for development
HEX
#27C9F1RGB
rgb(39, 201, 241)HSL
hsl(192, 88%, 55%)OKLCH
oklch(0.775 0.135 220.1)CMYK
cmyk(84%, 17%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FC1ED
2#0DABD3
3#0C96B9
4#0A819E
5#086B84
6#075669
7#05404F
8#032B35
9#02151A
Tints
Lighter variations
1#3DCEF3
2#52D4F4
3#68D9F5
4#7EDFF7
5#93E4F8
6#A9E9F9
7#BEEFFB
8#D4F4FC
9#E9FAFE
Tones
Muted variations
1#31C3E7
2#3BBDDD
3#46B7D3
4#50B1C9
5#5AABBF
6#64A4B5
7#6E9EAB
8#7898A0
9#829296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EF #C1EFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E3 #91E3F8 | BordersInactive statesPlaceholder text |
| 400 | 57D5 #57D5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C9 #27C9F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAB #0DABD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B88 #0B88A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0861 #086178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053E #053E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0327 #032730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DDF7FD;
--dodger-blue-200: #C1EFFB;
--dodger-blue-300: #91E3F8;
--dodger-blue-400: #57D5F4;
--dodger-blue-500: #27C9F1;
--dodger-blue-600: #0DABD3;
--dodger-blue-700: #0B88A8;
--dodger-blue-800: #086178;
--dodger-blue-900: #053E4D;
--dodger-blue-950: #032730;
}