Sky Blue
#51FBE7
CyanColor Codes
All color formats for development
HEX
#51FBE7RGB
rgb(81, 251, 231)HSL
hsl(173, 96%, 65%)OKLCH
oklch(0.897 0.14 183.7)CMYK
cmyk(68%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30FBE3
2#0FFADF
3#05E3C9
4#04C3AD
5#03A290
6#038273
7#026156
8#01413A
9#01201D
Tints
Lighter variations
1#62FCEA
2#73FCEC
3#85FDEF
4#96FDF1
5#A8FDF3
6#B9FEF6
7#CBFEF8
8#DCFEFA
9#EEFFFD
Tones
Muted variations
1#59F3E1
2#61EADA
3#6AE2D4
4#72D9CD
5#7BD1C7
6#83C8C0
7#8CBFB9
8#95B7B3
9#9DAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF0 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCC3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025047 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFEFA;
--sky-blue-200: #BEFEF6;
--sky-blue-300: #8CFDF0;
--sky-blue-400: #50FBE7;
--sky-blue-500: #1EFAE1;
--sky-blue-600: #04DCC3;
--sky-blue-700: #04AF9B;
--sky-blue-800: #037D6F;
--sky-blue-900: #025047;
--sky-blue-950: #01322C;
}