Sky Blue
#9BECED
CyanColor Codes
All color formats for development
HEX
#9BECEDRGB
rgb(155, 236, 237)HSL
hsl(181, 69%, 77%)OKLCH
oklch(0.892 0.079 196.8)CMYK
cmyk(35%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE5E7
2#5ADEE1
3#38D8DB
4#25C4C7
5#1EA4A6
6#188385
7#126264
8#0C4142
9#062121
Tints
Lighter variations
1#A6EDEF
2#B0EFF0
3#BAF1F2
4#C4F3F4
5#CDF5F6
6#D7F7F8
7#E1F9FA
8#EBFBFB
9#F5FDFD
Tones
Muted variations
1#A0E8E9
2#A4E4E5
3#A8E0E1
4#ACDCDD
5#B0D8D9
6#B4D4D5
7#B8D0D0
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 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEB #9CEBED | BordersInactive statesPlaceholder text |
| 400 | 68E1 #68E1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD9 #3DD9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BB #23BBBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C95 #1C9597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146A #146A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4445 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F4F5;
--sky-blue-300: #9CEBED;
--sky-blue-400: #68E1E3;
--sky-blue-500: #3DD9DB;
--sky-blue-600: #23BBBE;
--sky-blue-700: #1C9597;
--sky-blue-800: #146A6C;
--sky-blue-900: #0D4445;
--sky-blue-950: #082B2B;
}