Sky Blue
#50E5FB
CyanColor Codes
All color formats for development
HEX
#50E5FBRGB
rgb(80, 229, 251)HSL
hsl(188, 96%, 65%)OKLCH
oklch(0.852 0.127 209.1)CMYK
cmyk(68%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30E0FB
2#0FDBFA
3#05C6E3
4#04A9C3
5#038DA2
6#037182
7#025561
8#013841
9#011C20
Tints
Lighter variations
1#62E7FC
2#73EAFC
3#85EDFD
4#96EFFD
5#A8F2FD
6#B9F4FE
7#CBF7FE
8#DCFAFE
9#EEFCFF
Tones
Muted variations
1#59DEF3
2#61D8EA
3#6AD2E2
4#72CBD9
5#7BC5D1
6#83BFC8
7#8CB9BF
8#95B2B7
9#9DACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF5 #BEF5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEE #8CEEFD | BordersInactive statesPlaceholder text |
| 400 | 50E5 #50E5FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EDD #1EDDFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04BF #04BFDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0498 #0498AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036D #036D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0246 #024650 | Primary textHigh emphasis contentDark headings |
| 950 | 012B #012B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCFAFE;
--sky-blue-200: #BEF5FE;
--sky-blue-300: #8CEEFD;
--sky-blue-400: #50E5FB;
--sky-blue-500: #1EDDFA;
--sky-blue-600: #04BFDC;
--sky-blue-700: #0498AF;
--sky-blue-800: #036D7D;
--sky-blue-900: #024650;
--sky-blue-950: #012B32;
}