Sky Blue
#60EBEB
CyanColor Codes
All color formats for development
HEX
#60EBEBRGB
rgb(96, 235, 235)HSL
hsl(180, 78%, 65%)OKLCH
oklch(0.865 0.119 195.2)CMYK
cmyk(59%, 0%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8E8
2#25E4E4
3#1ACFCF
4#16B1B1
5#129494
6#0F7676
7#0B5959
8#073B3B
9#041E1E
Tints
Lighter variations
1#70EDED
2#80EFEF
3#90F1F1
4#A0F3F3
5#B0F5F5
6#BFF7F7
7#CFF9F9
8#DFFBFB
9#EFFDFD
Tones
Muted variations
1#67E4E4
2#6EDDDD
3#75D6D6
4#7CD0D0
5#83C9C9
6#8AC2C2
7#91BBBB
8#98B4B4
9#9FADAD
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 #C4F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094949 | 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: #C4F8F8;
--sky-blue-300: #97F2F2;
--sky-blue-400: #60EBEB;
--sky-blue-500: #33E6E6;
--sky-blue-600: #19C8C8;
--sky-blue-700: #149F9F;
--sky-blue-800: #0E7171;
--sky-blue-900: #094949;
--sky-blue-950: #062D2D;
}