Dodger Blue
#2FCAE9
CyanColor Codes
All color formats for development
HEX
#2FCAE9RGB
rgb(47, 202, 233)HSL
hsl(190, 81%, 55%)OKLCH
oklch(0.776 0.128 215.2)CMYK
cmyk(80%, 13%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18C2E4
2#15ADCB
3#1397B2
4#108298
5#0D6C7F
6#0B5666
7#08414C
8#052B33
9#031619
Tints
Lighter variations
1#44CFEB
2#59D5EE
3#6EDAF0
4#82DFF2
5#97E5F4
6#ACEAF6
7#C1EFF8
8#D5F4FB
9#EAFAFD
Tones
Muted variations
1#39C4E0
2#42BED7
3#4BB8CD
4#54B1C4
5#5EABBB
6#67A5B1
7#709FA8
8#7A999F
9#839296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E4 #95E4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD6 #5DD6EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FCA #2FCAE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15AD #15ADCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1189 #1189A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C62 #0C6273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083F #083F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DFF7FC;
--dodger-blue-200: #C3F0F9;
--dodger-blue-300: #95E4F4;
--dodger-blue-400: #5DD6EE;
--dodger-blue-500: #2FCAE9;
--dodger-blue-600: #15ADCB;
--dodger-blue-700: #1189A2;
--dodger-blue-800: #0C6273;
--dodger-blue-900: #083F4A;
--dodger-blue-950: #05272E;
}