Sky Blue
#50EAFB
CyanColor Codes
All color formats for development
HEX
#50EAFBRGB
rgb(80, 234, 251)HSL
hsl(186, 96%, 65%)OKLCH
oklch(0.864 0.128 205.7)CMYK
cmyk(68%, 7%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30E6FB
2#0FE3FA
3#05CDE3
4#04B0C3
5#0393A2
6#037582
7#025861
8#013B41
9#011D20
Tints
Lighter variations
1#62ECFC
2#73EEFC
3#85F1FD
4#96F3FD
5#A8F5FD
6#B9F7FE
7#CBF9FE
8#DCFBFE
9#EEFDFF
Tones
Muted variations
1#59E3F3
2#61DDEA
3#6AD6E2
4#72CFD9
5#7BC8D1
6#83C1C8
7#8CBABF
8#95B3B7
9#9DADAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF7 #BEF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF1 #8CF1FD | BordersInactive statesPlaceholder text |
| 400 | 50EA #50EAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EE4 #1EE4FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04C6 #04C6DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049E #049EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0371 #03717D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0248 #024850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCFBFE;
--sky-blue-200: #BEF7FE;
--sky-blue-300: #8CF1FD;
--sky-blue-400: #50EAFB;
--sky-blue-500: #1EE4FA;
--sky-blue-600: #04C6DC;
--sky-blue-700: #049EAF;
--sky-blue-800: #03717D;
--sky-blue-900: #024850;
--sky-blue-950: #012D32;
}