Dodger Blue
#27C2F1
CyanColor Codes
All color formats for development
HEX
#27C2F1RGB
rgb(39, 194, 241)HSL
hsl(194, 88%, 55%)OKLCH
oklch(0.759 0.136 224.7)CMYK
cmyk(84%, 20%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FB9ED
2#0DA5D3
3#0C90B9
4#0A7C9E
5#086784
6#075269
7#053E4F
8#032935
9#02151A
Tints
Lighter variations
1#3DC8F3
2#52CEF4
3#68D4F5
4#7EDAF7
5#93E1F8
6#A9E7F9
7#BEEDFB
8#D4F3FC
9#E9F9FE
Tones
Muted variations
1#31BDE7
2#3BB7DD
3#46B2D3
4#50ADC9
5#5AA7BF
6#64A2B5
7#6E9CAB
8#7897A0
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 | C1ED #C1EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E0 #91E0F8 | BordersInactive statesPlaceholder text |
| 400 | 57D0 #57D0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C2 #27C2F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA5 #0DA5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B83 #0B83A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085E #085E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053C #053C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | 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: #C1EDFB;
--dodger-blue-300: #91E0F8;
--dodger-blue-400: #57D0F4;
--dodger-blue-500: #27C2F1;
--dodger-blue-600: #0DA5D3;
--dodger-blue-700: #0B83A8;
--dodger-blue-800: #085E78;
--dodger-blue-900: #053C4D;
--dodger-blue-950: #032530;
}