Sky Blue
#60EBE9
CyanColor Codes
All color formats for development
HEX
#60EBE9RGB
rgb(96, 235, 233)HSL
hsl(179, 78%, 65%)OKLCH
oklch(0.864 0.12 193.8)CMYK
cmyk(59%, 0%, 1%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8E5
2#25E4E1
3#1ACFCC
4#16B1AE
5#129491
6#0F7674
7#0B5957
8#073B3A
9#041E1D
Tints
Lighter variations
1#70EDEB
2#80EFED
3#90F1F0
4#A0F3F2
5#B0F5F4
6#BFF7F6
7#CFF9F8
8#DFFBFB
9#EFFDFD
Tones
Muted variations
1#67E4E2
2#6EDDDC
3#75D6D5
4#7CD0CE
5#83C9C7
6#8AC2C1
7#91BBBA
8#98B4B3
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094948 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFB;
--sky-blue-200: #C4F8F7;
--sky-blue-300: #97F2F1;
--sky-blue-400: #60EBE9;
--sky-blue-500: #33E6E3;
--sky-blue-600: #19C8C5;
--sky-blue-700: #149F9D;
--sky-blue-800: #0E7170;
--sky-blue-900: #094948;
--sky-blue-950: #062D2D;
}