Sky Blue
#97E7F2
CyanColor Codes
All color formats for development
HEX
#97E7F2RGB
rgb(151, 231, 242)HSL
hsl(187, 78%, 77%)OKLCH
oklch(0.88 0.08 206.8)CMYK
cmyk(38%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74E0EE
2#51D8E9
3#2ED0E5
4#1ABCD2
5#169DAF
6#117E8C
7#0D5E69
8#093F46
9#041F23
Tints
Lighter variations
1#A1EAF3
2#ABECF5
3#B6EEF6
4#C0F1F7
5#CBF3F9
6#D5F6FA
7#E0F8FB
8#EAFAFC
9#F5FDFE
Tones
Muted variations
1#9BE4EE
2#A0E0E9
3#A4DDE4
4#A9D9E0
5#ADD6DB
6#B2D2D7
7#B7CFD2
8#BBCBCD
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F2 #C4F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E7 #97E7F2 | BordersInactive statesPlaceholder text |
| 400 | 60DB #60DBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33D1 #33D1E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B3 #19B3C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148F #148F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E66 #0E6671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0941 #094149 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF8FB;
--sky-blue-200: #C4F2F8;
--sky-blue-300: #97E7F2;
--sky-blue-400: #60DBEB;
--sky-blue-500: #33D1E6;
--sky-blue-600: #19B3C8;
--sky-blue-700: #148F9F;
--sky-blue-800: #0E6671;
--sky-blue-900: #094149;
--sky-blue-950: #06292D;
}