Sky Blue
#50EDFB
CyanColor Codes
All color formats for development
HEX
#50EDFBRGB
rgb(80, 237, 251)HSL
hsl(185, 96%, 65%)OKLCH
oklch(0.871 0.129 203.7)CMYK
cmyk(68%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30EAFB
2#0FE7FA
3#05D1E3
4#04B3C3
5#0395A2
6#037782
7#025A61
8#013C41
9#011E20
Tints
Lighter variations
1#62EFFC
2#73F1FC
3#85F3FD
4#96F4FD
5#A8F6FD
6#B9F8FE
7#CBFAFE
8#DCFBFE
9#EEFDFF
Tones
Muted variations
1#59E6F3
2#61DFEA
3#6AD8E2
4#72D1D9
5#7BC9D1
6#83C2C8
7#8CBBBF
8#95B4B7
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 | BEF8 #BEF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF3 #8CF3FD | BordersInactive statesPlaceholder text |
| 400 | 50ED #50EDFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EE8 #1EE8FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04CA #04CADC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A1 #04A1AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0373 #03737D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #024950 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | 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: #BEF8FE;
--sky-blue-300: #8CF3FD;
--sky-blue-400: #50EDFB;
--sky-blue-500: #1EE8FA;
--sky-blue-600: #04CADC;
--sky-blue-700: #04A1AF;
--sky-blue-800: #03737D;
--sky-blue-900: #024950;
--sky-blue-950: #012E32;
}