Sky Blue
#51FBDB
CyanColor Codes
All color formats for development
HEX
#51FBDBRGB
rgb(81, 251, 219)HSL
hsl(169, 96%, 65%)OKLCH
oklch(0.894 0.145 177.5)CMYK
cmyk(68%, 0%, 13%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30FBD6
2#0FFACF
3#05E3BB
4#04C3A0
5#03A285
6#03826B
7#026150
8#014135
9#01201B
Tints
Lighter variations
1#62FCE0
2#73FCE3
3#85FDE7
4#96FDEA
5#A8FDEE
6#B9FEF1
7#CBFEF5
8#DCFEF8
9#EEFFFC
Tones
Muted variations
1#59F3D7
2#61EAD1
3#6AE2CC
4#72D9C6
5#7BD1C1
6#83C8BB
7#8CBFB6
8#95B7B1
9#9DAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE8 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBDC | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025042 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFC;
--sky-blue-100: #DCFEF8;
--sky-blue-200: #BEFEF2;
--sky-blue-300: #8CFDE8;
--sky-blue-400: #50FBDC;
--sky-blue-500: #1EFAD2;
--sky-blue-600: #04DCB4;
--sky-blue-700: #04AF90;
--sky-blue-800: #037D67;
--sky-blue-900: #025042;
--sky-blue-950: #013229;
}