Sky Blue
#51FBEC
CyanColor Codes
All color formats for development
HEX
#51FBECRGB
rgb(81, 251, 236)HSL
hsl(175, 96%, 65%)OKLCH
oklch(0.899 0.138 186.5)CMYK
cmyk(68%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30FBEA
2#0FFAE7
3#05E3D1
4#04C3B3
5#03A295
6#038277
7#02615A
8#01413C
9#01201E
Tints
Lighter variations
1#62FCEF
2#73FCF1
3#85FDF3
4#96FDF4
5#A8FDF6
6#B9FEF8
7#CBFEFA
8#DCFEFB
9#EEFFFD
Tones
Muted variations
1#59F3E6
2#61EADF
3#6AE2D8
4#72D9D1
5#7BD1C9
6#83C8C2
7#8CBFBB
8#95B7B4
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 #BEFEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF3 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBED | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025049 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | 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: #BEFEF8;
--sky-blue-300: #8CFDF3;
--sky-blue-400: #50FBED;
--sky-blue-500: #1EFAE8;
--sky-blue-600: #04DCCA;
--sky-blue-700: #04AFA1;
--sky-blue-800: #037D73;
--sky-blue-900: #025049;
--sky-blue-950: #01322E;
}