Sky Blue
#50FBE2
CyanColor Codes
All color formats for development
HEX
#50FBE2RGB
rgb(80, 251, 226)HSL
hsl(171, 96%, 65%)OKLCH
oklch(0.896 0.142 181.1)CMYK
cmyk(68%, 0%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30FBDC
2#0FFAD7
3#05E3C2
4#04C3A6
5#03A28B
6#03826F
7#026153
8#014137
9#01201C
Tints
Lighter variations
1#62FCE5
2#73FCE8
3#85FDEB
4#96FDED
5#A8FDF0
6#B9FEF3
7#CBFEF6
8#DCFEF9
9#EEFFFC
Tones
Muted variations
1#59F3DC
2#61EAD6
3#6AE2D0
4#72D9CA
5#7BD1C4
6#83C8BE
7#8CBFB8
8#95B7B2
9#9DAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDEC | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBE2 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025044 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFC;
--sky-blue-100: #DCFEF9;
--sky-blue-200: #BEFEF4;
--sky-blue-300: #8CFDEC;
--sky-blue-400: #50FBE2;
--sky-blue-500: #1EFAD9;
--sky-blue-600: #04DCBC;
--sky-blue-700: #04AF95;
--sky-blue-800: #037D6B;
--sky-blue-900: #025044;
--sky-blue-950: #01322B;
}