Sky Blue
#97E9F2
CyanColor Codes
All color formats for development
HEX
#97E9F2RGB
rgb(151, 233, 242)HSL
hsl(186, 78%, 77%)OKLCH
oklch(0.885 0.081 204.6)CMYK
cmyk(38%, 4%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74E2EE
2#51DAE9
3#2ED3E5
4#1ABFD2
5#169FAF
6#11808C
7#0D6069
8#094046
9#042023
Tints
Lighter variations
1#A1EBF3
2#ABEDF5
3#B6F0F6
4#C0F2F7
5#CBF4F9
6#D5F6FA
7#E0F8FB
8#EAFBFC
9#F5FDFE
Tones
Muted variations
1#9BE5EE
2#A0E2E9
3#A4DEE4
4#A9DAE0
5#ADD7DB
6#B2D3D7
7#B7CFD2
8#BBCCCD
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 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E9 #97E9F2 | BordersInactive statesPlaceholder text |
| 400 | 60DD #60DDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33D4 #33D4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B6 #19B6C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1491 #14919F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E68 #0E6871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0942 #094249 | 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: #C4F3F8;
--sky-blue-300: #97E9F2;
--sky-blue-400: #60DDEB;
--sky-blue-500: #33D4E6;
--sky-blue-600: #19B6C8;
--sky-blue-700: #14919F;
--sky-blue-800: #0E6871;
--sky-blue-900: #094249;
--sky-blue-950: #06292D;
}