Sky Blue
#9EDFEA
CyanColor Codes
All color formats for development
HEX
#9EDFEARGB
rgb(158, 223, 234)HSL
hsl(189, 64%, 77%)OKLCH
oklch(0.864 0.067 209.1)CMYK
cmyk(32%, 5%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FD4E3
2#5EC9DC
3#3EBED5
4#2AABC1
5#238EA1
6#1C7281
7#155561
8#0E3940
9#071C20
Tints
Lighter variations
1#A8E2EC
2#B2E5EE
3#BCE8F0
4#C5ECF2
5#CFEFF4
6#D9F2F7
7#E2F5F9
8#ECF9FB
9#F5FCFD
Tones
Muted variations
1#A3DCE6
2#A6D9E2
3#AAD7DF
4#AED4DB
5#B2D1D7
6#B5CFD3
7#B9CCD0
8#BDCACC
9#C1C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDF #9FDFEA | BordersInactive statesPlaceholder text |
| 400 | 6DCE #6DCEDF | Disabled statesSecondary iconsMuted text |
| 500 | 43C0 #43C0D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A2 #28A2B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2081 #208192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175C #175C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3B #0F3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E2F5F9;
--sky-blue-200: #C9EDF3;
--sky-blue-300: #9FDFEA;
--sky-blue-400: #6DCEDF;
--sky-blue-500: #43C0D6;
--sky-blue-600: #28A2B8;
--sky-blue-700: #208192;
--sky-blue-800: #175C69;
--sky-blue-900: #0F3B43;
--sky-blue-950: #09252A;
}