Dodger Blue
#27C5F1
CyanColor Codes
All color formats for development
HEX
#27C5F1RGB
rgb(39, 197, 241)HSL
hsl(193, 88%, 55%)OKLCH
oklch(0.766 0.135 222.7)CMYK
cmyk(84%, 18%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FBDED
2#0DA8D3
3#0C93B9
4#0A7E9E
5#086984
6#075469
7#053F4F
8#032A35
9#02151A
Tints
Lighter variations
1#3DCBF3
2#52D1F4
3#68D7F5
4#7EDCF7
5#93E2F8
6#A9E8F9
7#BEEEFB
8#D4F3FC
9#E9F9FE
Tones
Muted variations
1#31C0E7
2#3BBADD
3#46B4D3
4#50AFC9
5#5AA9BF
6#64A3B5
7#6E9DAB
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 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EE #C1EEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E2 #91E2F8 | BordersInactive statesPlaceholder text |
| 400 | 57D2 #57D2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C5 #27C5F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA8 #0DA8D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B86 #0B86A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0860 #086078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053D #053D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DDF6FD;
--dodger-blue-200: #C1EEFB;
--dodger-blue-300: #91E2F8;
--dodger-blue-400: #57D2F4;
--dodger-blue-500: #27C5F1;
--dodger-blue-600: #0DA8D3;
--dodger-blue-700: #0B86A8;
--dodger-blue-800: #086078;
--dodger-blue-900: #053D4D;
--dodger-blue-950: #032630;
}