Sky Blue
#50FBEA
CyanColor Codes
All color formats for development
HEX
#50FBEARGB
rgb(80, 251, 234)HSL
hsl(174, 96%, 65%)OKLCH
oklch(0.898 0.139 185.4)CMYK
cmyk(68%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30FBE6
2#0FFAE3
3#05E3CD
4#04C3B0
5#03A293
6#038275
7#026158
8#01413B
9#01201D
Tints
Lighter variations
1#62FCEC
2#73FCEE
3#85FDF1
4#96FDF3
5#A8FDF5
6#B9FEF7
7#CBFEF9
8#DCFEFB
9#EEFFFD
Tones
Muted variations
1#59F3E3
2#61EADD
3#6AE2D6
4#72D9CF
5#7BD1C8
6#83C8C1
7#8CBFBA
8#95B7B3
9#9DAEAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF1 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBEA | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025048 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFEFB;
--sky-blue-200: #BEFEF7;
--sky-blue-300: #8CFDF1;
--sky-blue-400: #50FBEA;
--sky-blue-500: #1EFAE4;
--sky-blue-600: #04DCC6;
--sky-blue-700: #04AF9E;
--sky-blue-800: #037D71;
--sky-blue-900: #025048;
--sky-blue-950: #01322D;
}