Sky Blue
#5CF0BE
GreenColor Codes
All color formats for development
HEX
#5CF0BERGB
rgb(92, 240, 190)HSL
hsl(160, 83%, 65%)OKLCH
oklch(0.863 0.146 167.2)CMYK
cmyk(62%, 0%, 21%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDB2
2#1FEAA6
3#14D494
4#11B67F
5#0E986A
6#0B7955
7#085B3F
8#063D2A
9#031E15
Tints
Lighter variations
1#6CF1C5
2#7CF3CB
3#8DF4D2
4#9DF6D8
5#ADF7DF
6#BEF9E5
7#CEFAEC
8#DEFCF2
9#EFFDF9
Tones
Muted variations
1#63E8BC
2#6AE1BA
3#72DAB7
4#79D2B5
5#81CBB2
6#88C3B0
7#90BCAD
8#97B5AB
9#9EADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BE | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B34 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEF9;
--sky-blue-100: #DEFCF2;
--sky-blue-200: #C2F9E7;
--sky-blue-300: #94F5D5;
--sky-blue-400: #5CF0BE;
--sky-blue-500: #2DEBAC;
--sky-blue-600: #13CD8F;
--sky-blue-700: #0FA372;
--sky-blue-800: #0B7551;
--sky-blue-900: #074B34;
--sky-blue-950: #042F21;
}