Sky Blue
#97F2E6
CyanColor Codes
All color formats for development
HEX
#97F2E6RGB
rgb(151, 242, 230)HSL
hsl(172, 78%, 77%)OKLCH
oklch(0.901 0.089 185.1)CMYK
cmyk(38%, 0%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEDD
2#51E9D5
3#2EE5CD
4#1AD2B9
5#16AF9A
6#118C7B
7#0D695D
8#09463E
9#04231F
Tints
Lighter variations
1#A1F3E8
2#ABF5EB
3#B6F6ED
4#C0F7F0
5#CBF9F2
6#D5FAF5
7#E0FBF7
8#EAFCFA
9#F5FEFC
Tones
Muted variations
1#9BEEE3
2#A0E9DF
3#A4E4DC
4#A9E0D8
5#ADDBD5
6#B2D7D2
7#B7D2CE
8#BBCDCB
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7164 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094940 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF7;
--sky-blue-200: #C4F8F1;
--sky-blue-300: #97F2E6;
--sky-blue-400: #60EBD9;
--sky-blue-500: #33E6CE;
--sky-blue-600: #19C8B0;
--sky-blue-700: #149F8C;
--sky-blue-800: #0E7164;
--sky-blue-900: #094940;
--sky-blue-950: #062D28;
}