Sky Blue
#5CF0C8
GreenColor Codes
All color formats for development
HEX
#5CF0C8RGB
rgb(92, 240, 200)HSL
hsl(164, 83%, 65%)OKLCH
oklch(0.865 0.139 171.9)CMYK
cmyk(62%, 0%, 17%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDBE
2#1FEAB4
3#14D4A1
4#11B68A
5#0E9873
6#0B795C
7#085B45
8#063D2E
9#031E17
Tints
Lighter variations
1#6CF1CE
2#7CF3D3
3#8DF4D9
4#9DF6DE
5#ADF7E4
6#BEF9E9
7#CEFAEF
8#DEFCF4
9#EFFDFA
Tones
Muted variations
1#63E8C5
2#6AE1C1
3#72DABE
4#79D2BA
5#81CBB7
6#88C3B4
7#90BCB0
8#97B5AD
9#9EADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C8 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA37C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B39 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DEFCF4;
--sky-blue-200: #C2F9EB;
--sky-blue-300: #94F5DB;
--sky-blue-400: #5CF0C8;
--sky-blue-500: #2DEBB9;
--sky-blue-600: #13CD9C;
--sky-blue-700: #0FA37C;
--sky-blue-800: #0B7558;
--sky-blue-900: #074B39;
--sky-blue-950: #042F23;
}