Sky Blue
#97E3F2
CyanColor Codes
All color formats for development
HEX
#97E3F2RGB
rgb(151, 227, 242)HSL
hsl(190, 78%, 77%)OKLCH
oklch(0.871 0.078 211.4)CMYK
cmyk(38%, 6%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74D9EE
2#51D0E9
3#2EC7E5
4#1AB3D2
5#1695AF
6#11778C
7#0D5A69
8#093C46
9#041E23
Tints
Lighter variations
1#A1E6F3
2#ABE8F5
3#B6EBF6
4#C0EEF7
5#CBF1F9
6#D5F4FA
7#E0F7FB
8#EAF9FC
9#F5FCFE
Tones
Muted variations
1#9BE0EE
2#A0DDE9
3#A4DAE4
4#A9D7E0
5#ADD4DB
6#B2D1D7
7#B7CDD2
8#BBCACD
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EF #C4EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E3 #97E3F2 | BordersInactive statesPlaceholder text |
| 400 | 60D4 #60D4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C8 #33C8E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19AB #19ABC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1488 #14889F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E61 #0E6171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093E #093E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF6FB;
--sky-blue-200: #C4EFF8;
--sky-blue-300: #97E3F2;
--sky-blue-400: #60D4EB;
--sky-blue-500: #33C8E6;
--sky-blue-600: #19ABC8;
--sky-blue-700: #14889F;
--sky-blue-800: #0E6171;
--sky-blue-900: #093E49;
--sky-blue-950: #06272D;
}