Sky Blue
#9CE2ED
CyanColor Codes
All color formats for development
HEX
#9CE2EDRGB
rgb(156, 226, 237)HSL
hsl(188, 69%, 77%)OKLCH
oklch(0.87 0.071 208.2)CMYK
cmyk(34%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BD8E7
2#5ACFE1
3#38C5DB
4#25B1C7
5#1E94A6
6#187685
7#125964
8#0C3B42
9#061E21
Tints
Lighter variations
1#A6E5EF
2#B0E8F0
3#BAEBF2
4#C4EEF4
5#CDF1F6
6#D7F3F8
7#E1F6FA
8#EBF9FB
9#F5FCFD
Tones
Muted variations
1#A0DFE9
2#A4DCE5
3#A8D9E1
4#ACD6DD
5#B0D3D9
6#B4D0D5
7#B8CDD0
8#BCCACC
9#C0C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE2 #9CE2ED | BordersInactive statesPlaceholder text |
| 400 | 68D3 #68D3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC6 #3DC6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A9 #23A9BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C86 #1C8697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1460 #14606C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E1F6F9;
--sky-blue-200: #C7EFF5;
--sky-blue-300: #9CE2ED;
--sky-blue-400: #68D3E3;
--sky-blue-500: #3DC6DB;
--sky-blue-600: #23A9BE;
--sky-blue-700: #1C8697;
--sky-blue-800: #14606C;
--sky-blue-900: #0D3D45;
--sky-blue-950: #08262B;
}