Sky Blue
#97EEF2
CyanColor Codes
All color formats for development
HEX
#97EEF2RGB
rgb(151, 238, 242)HSL
hsl(183, 78%, 77%)OKLCH
oklch(0.896 0.084 199.5)CMYK
cmyk(38%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74E8EE
2#51E2E9
3#2EDCE5
4#1AC9D2
5#16A7AF
6#11868C
7#0D6469
8#094346
9#042123
Tints
Lighter variations
1#A1EFF3
2#ABF1F5
3#B6F3F6
4#C0F5F7
5#CBF6F9
6#D5F8FA
7#E0FAFB
8#EAFCFC
9#F5FDFE
Tones
Muted variations
1#9BE9EE
2#A0E5E9
3#A4E1E4
4#A9DDE0
5#ADD9DB
6#B2D5D7
7#B7D1D2
8#BBCDCD
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F5 #C4F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EE #97EEF2 | BordersInactive statesPlaceholder text |
| 400 | 60E4 #60E4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DD #33DDE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BF #19BFC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1498 #14989F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6D #0E6D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0945 #094549 | 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: #DFFAFB;
--sky-blue-200: #C4F5F8;
--sky-blue-300: #97EEF2;
--sky-blue-400: #60E4EB;
--sky-blue-500: #33DDE6;
--sky-blue-600: #19BFC8;
--sky-blue-700: #14989F;
--sky-blue-800: #0E6D71;
--sky-blue-900: #094549;
--sky-blue-950: #062B2D;
}