Sky Blue
#97EFF2
CyanColor Codes
All color formats for development
HEX
#97EFF2RGB
rgb(151, 239, 242)HSL
hsl(182, 78%, 77%)OKLCH
oklch(0.898 0.085 198.5)CMYK
cmyk(38%, 1%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EAEE
2#51E4E9
3#2EDFE5
4#1ACCD2
5#16AAAF
6#11888C
7#0D6669
8#094446
9#042223
Tints
Lighter variations
1#A1F1F3
2#ABF2F5
3#B6F4F6
4#C0F5F7
5#CBF7F9
6#D5F9FA
7#E0FAFB
8#EAFCFC
9#F5FDFE
Tones
Muted variations
1#9BEBEE
2#A0E7E9
3#A4E2E4
4#A9DEE0
5#ADDADB
6#B2D5D7
7#B7D1D2
8#BBCDCD
9#C0C9C9
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 | C4F6 #C4F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EF #97EFF2 | BordersInactive statesPlaceholder text |
| 400 | 60E7 #60E7EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E0 #33E0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C2 #19C2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149A #149A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6E #0E6E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0947 #094749 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | 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: #C4F6F8;
--sky-blue-300: #97EFF2;
--sky-blue-400: #60E7EB;
--sky-blue-500: #33E0E6;
--sky-blue-600: #19C2C8;
--sky-blue-700: #149A9F;
--sky-blue-800: #0E6E71;
--sky-blue-900: #094749;
--sky-blue-950: #062C2D;
}