Sky Blue
#5FECD7
CyanColor Codes
All color formats for development
HEX
#5FECD7RGB
rgb(95, 236, 215)HSL
hsl(171, 79%, 65%)OKLCH
oklch(0.861 0.125 181.8)CMYK
cmyk(60%, 0%, 9%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9D0
2#24E5C8
3#18D0B4
4#15B29A
5#119481
6#0E7767
7#0A594D
8#073B33
9#031E1A
Tints
Lighter variations
1#6FEEDB
2#7FF0DF
3#8FF2E3
4#9FF4E7
5#AFF6EB
6#BFF8EF
7#CFF9F3
8#DFFBF7
9#EFFDFB
Tones
Muted variations
1#66E5D2
2#6DDECD
3#74D7C8
4#7BD0C3
5#82C9BE
6#8AC2B9
7#91BBB5
8#98B4B0
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E5 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD7 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A08B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF7;
--sky-blue-200: #C4F8F0;
--sky-blue-300: #96F3E5;
--sky-blue-400: #5FECD7;
--sky-blue-500: #32E7CC;
--sky-blue-600: #18C9AE;
--sky-blue-700: #13A08B;
--sky-blue-800: #0D7263;
--sky-blue-900: #09493F;
--sky-blue-950: #052E28;
}