Sky Blue
#9EEBE2
CyanColor Codes
All color formats for development
HEX
#9EEBE2RGB
rgb(158, 235, 226)HSL
hsl(173, 66%, 77%)OKLCH
oklch(0.887 0.077 186.7)CMYK
cmyk(33%, 0%, 4%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE4D8
2#5CDECF
3#3CD7C5
4#28C4B1
5#21A394
6#1B8276
7#146259
8#0D413B
9#07211E
Tints
Lighter variations
1#A7EDE5
2#B1EFE8
3#BBF1EB
4#C5F3EE
5#CEF5F1
6#D8F7F3
7#E2F9F6
8#ECFBF9
9#F5FDFC
Tones
Muted variations
1#A2E7DF
2#A5E3DC
3#A9DFD9
4#ADDCD6
5#B1D8D3
6#B5D4D0
7#B9D0CD
8#BDCCCA
9#C0C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D3 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9486 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E1F9F6;
--sky-blue-200: #C8F4EF;
--sky-blue-300: #9EEBE2;
--sky-blue-400: #6BE1D3;
--sky-blue-500: #41D8C6;
--sky-blue-600: #26BAA9;
--sky-blue-700: #1E9486;
--sky-blue-800: #166A60;
--sky-blue-900: #0E443D;
--sky-blue-950: #092A26;
}