Sky Blue
#97F2E4
CyanColor Codes
All color formats for development
HEX
#97F2E4RGB
rgb(151, 242, 228)HSL
hsl(171, 78%, 77%)OKLCH
oklch(0.9 0.09 183.4)CMYK
cmyk(38%, 0%, 6%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEDB
2#51E9D3
3#2EE5CA
4#1AD2B6
5#16AF98
6#118C79
7#0D695B
8#09463D
9#04231E
Tints
Lighter variations
1#A1F3E7
2#ABF5EA
3#B6F6EC
4#C0F7EF
5#CBF9F2
6#D5FAF4
7#E0FBF7
8#EAFCFA
9#F5FEFC
Tones
Muted variations
1#9BEEE1
2#A0E9DE
3#A4E4DB
4#A9E0D8
5#ADDBD4
6#B2D7D1
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 #C4F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | 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: #C4F8F0;
--sky-blue-300: #97F2E4;
--sky-blue-400: #60EBD6;
--sky-blue-500: #33E6CB;
--sky-blue-600: #19C8AD;
--sky-blue-700: #149F8A;
--sky-blue-800: #0E7163;
--sky-blue-900: #09493F;
--sky-blue-950: #062D27;
}