Sky Blue
#97E4F2
CyanColor Codes
All color formats for development
HEX
#97E4F2RGB
rgb(151, 228, 242)HSL
hsl(189, 78%, 77%)OKLCH
oklch(0.874 0.078 210.2)CMYK
cmyk(38%, 6%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74DBEE
2#51D3E9
3#2ECAE5
4#1AB6D2
5#1698AF
6#11798C
7#0D5B69
8#093D46
9#041E23
Tints
Lighter variations
1#A1E7F3
2#ABEAF5
3#B6ECF6
4#C0EFF7
5#CBF2F9
6#D5F4FA
7#E0F7FB
8#EAFAFC
9#F5FCFE
Tones
Muted variations
1#9BE1EE
2#A0DEE9
3#A4DBE4
4#A9D8E0
5#ADD4DB
6#B2D1D7
7#B7CED2
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 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E4 #97E4F2 | BordersInactive statesPlaceholder text |
| 400 | 60D6 #60D6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CB #33CBE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19AD #19ADC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148A #148A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E63 #0E6371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F49 | 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: #F1FCFD;
--sky-blue-100: #DFF7FB;
--sky-blue-200: #C4F0F8;
--sky-blue-300: #97E4F2;
--sky-blue-400: #60D6EB;
--sky-blue-500: #33CBE6;
--sky-blue-600: #19ADC8;
--sky-blue-700: #148A9F;
--sky-blue-800: #0E6371;
--sky-blue-900: #093F49;
--sky-blue-950: #06272D;
}