Sky Blue
#51FBD3
CyanColor Codes
All color formats for development
HEX
#51FBD3RGB
rgb(81, 251, 211)HSL
hsl(166, 96%, 65%)OKLCH
oklch(0.892 0.149 173.6)CMYK
cmyk(68%, 0%, 16%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30FBCB
2#0FFAC3
3#05E3AF
4#04C396
5#03A27D
6#038264
7#02614B
8#014132
9#012019
Tints
Lighter variations
1#62FCD8
2#73FCDC
3#85FDE1
4#96FDE5
5#A8FDE9
6#B9FEEE
7#CBFEF2
8#DCFEF6
9#EEFFFB
Tones
Muted variations
1#59F3CF
2#61EACA
3#6AE2C6
4#72D9C1
5#7BD1BD
6#83C8B8
7#8CBFB3
8#95B7AF
9#9DAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE2 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD3 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DCFEF6;
--sky-blue-200: #BEFEEF;
--sky-blue-300: #8CFDE2;
--sky-blue-400: #50FBD3;
--sky-blue-500: #1EFAC7;
--sky-blue-600: #04DCAA;
--sky-blue-700: #04AF87;
--sky-blue-800: #037D60;
--sky-blue-900: #02503E;
--sky-blue-950: #013227;
}