Sky Blue
#97E1F2
CyanColor Codes
All color formats for development
HEX
#97E1F2RGB
rgb(151, 225, 242)HSL
hsl(191, 78%, 77%)OKLCH
oklch(0.867 0.077 213.7)CMYK
cmyk(38%, 7%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74D7EE
2#51CDE9
3#2EC4E5
4#1AB0D2
5#1693AF
6#11758C
7#0D5869
8#093B46
9#041D23
Tints
Lighter variations
1#A1E4F3
2#ABE7F5
3#B6EAF6
4#C0EDF7
5#CBF0F9
6#D5F3FA
7#E0F6FB
8#EAF9FC
9#F5FCFE
Tones
Muted variations
1#9BDEEE
2#A0DCE9
3#A4D9E4
4#A9D6E0
5#ADD3DB
6#B2D0D7
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 | C4EE #C4EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E1 #97E1F2 | BordersInactive statesPlaceholder text |
| 400 | 60D2 #60D2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C5 #33C5E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A8 #19A8C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1485 #14859F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5F #0E5F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | 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: #C4EEF8;
--sky-blue-300: #97E1F2;
--sky-blue-400: #60D2EB;
--sky-blue-500: #33C5E6;
--sky-blue-600: #19A8C8;
--sky-blue-700: #14859F;
--sky-blue-800: #0E5F71;
--sky-blue-900: #093D49;
--sky-blue-950: #06262D;
}