Sky Blue
#9EEBEB
CyanColor Codes
All color formats for development
HEX
#9EEBEBRGB
rgb(158, 235, 235)HSL
hsl(180, 66%, 77%)OKLCH
oklch(0.89 0.076 195.9)CMYK
cmyk(33%, 0%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE4E4
2#5CDEDE
3#3CD7D7
4#28C4C4
5#21A3A3
6#1B8282
7#146262
8#0D4141
9#072121
Tints
Lighter variations
1#A7EDED
2#B1EFEF
3#BBF1F1
4#C5F3F3
5#CEF5F5
6#D8F7F7
7#E2F9F9
8#ECFBFB
9#F5FDFD
Tones
Muted variations
1#A2E7E7
2#A5E3E3
3#A9DFDF
4#ADDCDC
5#B1D8D8
6#B5D4D4
7#B9D0D0
8#BDCCCC
9#C0C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBEB | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4444 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C8F4F4;
--sky-blue-300: #9EEBEB;
--sky-blue-400: #6BE1E1;
--sky-blue-500: #41D8D8;
--sky-blue-600: #26BABA;
--sky-blue-700: #1E9494;
--sky-blue-800: #166A6A;
--sky-blue-900: #0E4444;
--sky-blue-950: #092A2A;
}