Sky Blue
#9CDBED
CyanColor Codes
All color formats for development
HEX
#9CDBEDRGB
rgb(156, 219, 237)HSL
hsl(193, 69%, 77%)OKLCH
oklch(0.855 0.068 217.5)CMYK
cmyk(34%, 8%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BCFE7
2#5AC3E1
3#38B7DB
4#25A4C7
5#1E89A6
6#186D85
7#125264
8#0C3742
9#061B21
Tints
Lighter variations
1#A6DFEF
2#B0E2F0
3#BAE6F2
4#C4EAF4
5#CDEDF6
6#D7F1F8
7#E1F4FA
8#EBF8FB
9#F5FBFD
Tones
Muted variations
1#A0D9E9
2#A4D7E5
3#A8D4E1
4#ACD2DD
5#B0D0D9
6#B4CED5
7#B8CBD0
8#BCC9CC
9#C0C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDB #9CDBED | BordersInactive statesPlaceholder text |
| 400 | 68C9 #68C9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB9 #3DB9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 239C #239CBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C7C #1C7C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1459 #14596C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F4F9;
--sky-blue-200: #C7EBF5;
--sky-blue-300: #9CDBED;
--sky-blue-400: #68C9E3;
--sky-blue-500: #3DB9DB;
--sky-blue-600: #239CBE;
--sky-blue-700: #1C7C97;
--sky-blue-800: #14596C;
--sky-blue-900: #0D3945;
--sky-blue-950: #08232B;
}