Sky Blue
#51FBD9
CyanColor Codes
All color formats for development
HEX
#51FBD9RGB
rgb(81, 251, 217)HSL
hsl(168, 96%, 65%)OKLCH
oklch(0.893 0.146 176.5)CMYK
cmyk(68%, 0%, 14%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30FBD2
2#0FFACB
3#05E3B7
4#04C39D
5#03A283
6#038268
7#02614E
8#014134
9#01201A
Tints
Lighter variations
1#62FCDD
2#73FCE1
3#85FDE5
4#96FDE8
5#A8FDEC
6#B9FEF0
7#CBFEF4
8#DCFEF7
9#EEFFFB
Tones
Muted variations
1#59F3D4
2#61EACF
3#6AE2CA
4#72D9C5
5#7BD1BF
6#83C8BA
7#8CBFB5
8#95B7B0
9#9DAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE6 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFACE | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025040 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFC;
--sky-blue-100: #DCFEF7;
--sky-blue-200: #BEFEF1;
--sky-blue-300: #8CFDE6;
--sky-blue-400: #50FBD9;
--sky-blue-500: #1EFACE;
--sky-blue-600: #04DCB1;
--sky-blue-700: #04AF8D;
--sky-blue-800: #037D64;
--sky-blue-900: #025040;
--sky-blue-950: #013228;
}