Sky Blue
#9BE4ED
CyanColor Codes
All color formats for development
HEX
#9BE4EDRGB
rgb(155, 228, 237)HSL
hsl(187, 69%, 77%)OKLCH
oklch(0.874 0.073 205.7)CMYK
cmyk(35%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BDAE7
2#5AD1E1
3#38C8DB
4#25B4C7
5#1E96A6
6#187885
7#125A64
8#0C3C42
9#061E21
Tints
Lighter variations
1#A6E6EF
2#B0E9F0
3#BAECF2
4#C4EEF4
5#CDF1F6
6#D7F4F8
7#E1F7FA
8#EBF9FB
9#F5FCFD
Tones
Muted variations
1#A0E0E9
2#A4DDE5
3#A8DAE1
4#ACD7DD
5#B0D4D9
6#B4D1D5
7#B8CED0
8#BCCBCC
9#C0C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE3 #9CE3ED | BordersInactive statesPlaceholder text |
| 400 | 68D5 #68D5E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC9 #3DC9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23AC #23ACBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C88 #1C8897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1461 #14616C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3E #0D3E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E1F7F9;
--sky-blue-200: #C7EFF5;
--sky-blue-300: #9CE3ED;
--sky-blue-400: #68D5E3;
--sky-blue-500: #3DC9DB;
--sky-blue-600: #23ACBE;
--sky-blue-700: #1C8897;
--sky-blue-800: #14616C;
--sky-blue-900: #0D3E45;
--sky-blue-950: #08272B;
}