Sky Blue
#9BE9ED
CyanColor Codes
All color formats for development
HEX
#9BE9EDRGB
rgb(155, 233, 237)HSL
hsl(183, 69%, 77%)OKLCH
oklch(0.885 0.077 200)CMYK
cmyk(35%, 2%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE1E7
2#5ADAE1
3#38D2DB
4#25BFC7
5#1E9FA6
6#187F85
7#125F64
8#0C4042
9#062021
Tints
Lighter variations
1#A6EBEF
2#B0EDF0
3#BAEFF2
4#C4F2F4
5#CDF4F6
6#D7F6F8
7#E1F8FA
8#EBFBFB
9#F5FDFD
Tones
Muted variations
1#A0E5E9
2#A4E1E5
3#A8DEE1
4#ACDADD
5#B0D7D9
6#B4D3D5
7#B8CFD0
8#BCCCCC
9#C0C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F2 #C7F2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE9 #9CE9ED | BordersInactive statesPlaceholder text |
| 400 | 68DD #68DDE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD4 #3DD4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B6 #23B6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C91 #1C9197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1467 #14676C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D42 #0D4245 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F8F9;
--sky-blue-200: #C7F2F5;
--sky-blue-300: #9CE9ED;
--sky-blue-400: #68DDE3;
--sky-blue-500: #3DD4DB;
--sky-blue-600: #23B6BE;
--sky-blue-700: #1C9197;
--sky-blue-800: #14676C;
--sky-blue-900: #0D4245;
--sky-blue-950: #08292B;
}