Sky Blue
#97F2E3
CyanColor Codes
All color formats for development
HEX
#97F2E3RGB
rgb(151, 242, 227)HSL
hsl(170, 78%, 77%)OKLCH
oklch(0.9 0.09 182.6)CMYK
cmyk(38%, 0%, 6%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EED9
2#51E9D0
3#2EE5C7
4#1AD2B3
5#16AF95
6#118C77
7#0D695A
8#09463C
9#04231E
Tints
Lighter variations
1#A1F3E6
2#ABF5E8
3#B6F6EB
4#C0F7EE
5#CBF9F1
6#D5FAF4
7#E0FBF7
8#EAFCF9
9#F5FEFC
Tones
Muted variations
1#9BEEE0
2#A0E9DD
3#A4E4DA
4#A9E0D7
5#ADDBD4
6#B2D7D1
7#B7D2CD
8#BBCDCA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493E | 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: #F1FDFB;
--sky-blue-100: #DFFBF6;
--sky-blue-200: #C4F8EF;
--sky-blue-300: #97F2E3;
--sky-blue-400: #60EBD4;
--sky-blue-500: #33E6C8;
--sky-blue-600: #19C8AB;
--sky-blue-700: #149F88;
--sky-blue-800: #0E7161;
--sky-blue-900: #09493E;
--sky-blue-950: #062D27;
}