Sky Blue
#50DFFB
CyanColor Codes
All color formats for development
HEX
#50DFFBRGB
rgb(80, 223, 251)HSL
hsl(190, 96%, 65%)OKLCH
oklch(0.839 0.125 213.3)CMYK
cmyk(68%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30D9FB
2#0FD3FA
3#05BEE3
4#04A3C3
5#0388A2
6#036D82
7#025261
8#013641
9#011B20
Tints
Lighter variations
1#62E2FC
2#73E5FC
3#85E9FD
4#96ECFD
5#A8EFFD
6#B9F2FE
7#CBF5FE
8#DCF9FE
9#EEFCFF
Tones
Muted variations
1#59D9F3
2#61D3EA
3#6ACEE2
4#72C8D9
5#7BC2D1
6#83BDC8
7#8CB7BF
8#95B1B7
9#9DABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF3 #BEF3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEA #8CEAFD | BordersInactive statesPlaceholder text |
| 400 | 50DF #50DFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED6 #1ED6FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B8 #04B8DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0492 #0492AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0369 #03697D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0243 #024350 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF9FE;
--sky-blue-200: #BEF3FE;
--sky-blue-300: #8CEAFD;
--sky-blue-400: #50DFFB;
--sky-blue-500: #1ED6FA;
--sky-blue-600: #04B8DC;
--sky-blue-700: #0492AF;
--sky-blue-800: #03697D;
--sky-blue-900: #024350;
--sky-blue-950: #012A32;
}