Sky Blue
#60EBD2
CyanColor Codes
All color formats for development
HEX
#60EBD2RGB
rgb(96, 235, 210)HSL
hsl(169, 78%, 65%)OKLCH
oklch(0.857 0.126 179.3)CMYK
cmyk(59%, 0%, 11%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8C9
2#25E4C1
3#1ACFAD
4#16B195
5#12947C
6#0F7663
7#0B594A
8#073B32
9#041E19
Tints
Lighter variations
1#70EDD6
2#80EFDB
3#90F1DF
4#A0F3E4
5#B0F5E8
6#BFF7ED
7#CFF9F1
8#DFFBF6
9#EFFDFA
Tones
Muted variations
1#67E4CD
2#6EDDC9
3#75D6C5
4#7CD0C0
5#83C9BC
6#8AC2B7
7#91BBB3
8#98B4AF
9#9FADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF6;
--sky-blue-200: #C4F8EE;
--sky-blue-300: #97F2E1;
--sky-blue-400: #60EBD2;
--sky-blue-500: #33E6C5;
--sky-blue-600: #19C8A8;
--sky-blue-700: #149F85;
--sky-blue-800: #0E715F;
--sky-blue-900: #09493D;
--sky-blue-950: #062D26;
}