Sky Blue
#9FDBEA
CyanColor Codes
All color formats for development
HEX
#9FDBEARGB
rgb(159, 219, 234)HSL
hsl(192, 64%, 77%)OKLCH
oklch(0.856 0.064 214.9)CMYK
cmyk(32%, 6%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FCFE3
2#5EC3DC
3#3EB7D5
4#2AA3C1
5#2388A1
6#1C6D81
7#155261
8#0E3640
9#071B20
Tints
Lighter variations
1#A8DEEC
2#B2E2EE
3#BCE6F0
4#C5E9F2
5#CFEDF4
6#D9F1F7
7#E2F4F9
8#ECF8FB
9#F5FBFD
Tones
Muted variations
1#A3D9E6
2#A6D6E2
3#AAD4DF
4#AED2DB
5#B2D0D7
6#B5CDD3
7#B9CBD0
8#BDC9CC
9#C1C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDB #9FDBEA | BordersInactive statesPlaceholder text |
| 400 | 6DC8 #6DC8DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B8 #43B8D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 289B #289BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207C #207C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1758 #175869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F38 #0F3843 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E2F4F9;
--sky-blue-200: #C9EBF3;
--sky-blue-300: #9FDBEA;
--sky-blue-400: #6DC8DF;
--sky-blue-500: #43B8D6;
--sky-blue-600: #289BB8;
--sky-blue-700: #207C92;
--sky-blue-800: #175869;
--sky-blue-900: #0F3843;
--sky-blue-950: #09232A;
}