Sky Blue
#9CE1ED
CyanColor Codes
All color formats for development
HEX
#9CE1EDRGB
rgb(156, 225, 237)HSL
hsl(189, 69%, 77%)OKLCH
oklch(0.868 0.071 209.5)CMYK
cmyk(34%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BD7E7
2#5ACCE1
3#38C2DB
4#25AFC7
5#1E92A6
6#187485
7#125764
8#0C3A42
9#061D21
Tints
Lighter variations
1#A6E4EF
2#B0E7F0
3#BAEAF2
4#C4EDF4
5#CDF0F6
6#D7F3F8
7#E1F6FA
8#EBF9FB
9#F5FCFD
Tones
Muted variations
1#A0DEE9
2#A4DBE5
3#A8D8E1
4#ACD5DD
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 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE1 #9CE1ED | BordersInactive statesPlaceholder text |
| 400 | 68D1 #68D1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC4 #3DC4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A6 #23A6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C84 #1C8497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145F #145F6C | 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: #C7EEF5;
--sky-blue-300: #9CE1ED;
--sky-blue-400: #68D1E3;
--sky-blue-500: #3DC4DB;
--sky-blue-600: #23A6BE;
--sky-blue-700: #1C8497;
--sky-blue-800: #145F6C;
--sky-blue-900: #0D3D45;
--sky-blue-950: #08262B;
}