Sky Blue
#60E2EB
CyanColor Codes
All color formats for development
HEX
#60E2EBRGB
rgb(96, 226, 235)HSL
hsl(184, 78%, 65%)OKLCH
oklch(0.844 0.114 201.5)CMYK
cmyk(59%, 4%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43DDE8
2#25D7E4
3#1AC2CF
4#16A7B1
5#128B94
6#0F6F76
7#0B5359
8#07383B
9#041C1E
Tints
Lighter variations
1#70E5ED
2#80E8EF
3#90EBF1
4#A0EEF3
5#B0F1F5
6#BFF3F7
7#CFF6F9
8#DFF9FB
9#EFFCFD
Tones
Muted variations
1#67DCE4
2#6ED6DD
3#75D0D6
4#7CCAD0
5#83C4C9
6#8ABEC2
7#91B8BB
8#98B2B4
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EC #97ECF2 | BordersInactive statesPlaceholder text |
| 400 | 60E2 #60E2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DA #33DAE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BC #19BCC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1496 #14969F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6B #0E6B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094449 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFF9FB;
--sky-blue-200: #C4F4F8;
--sky-blue-300: #97ECF2;
--sky-blue-400: #60E2EB;
--sky-blue-500: #33DAE6;
--sky-blue-600: #19BCC8;
--sky-blue-700: #14969F;
--sky-blue-800: #0E6B71;
--sky-blue-900: #094449;
--sky-blue-950: #062B2D;
}