Sky Blue
#9FE9EA
CyanColor Codes
All color formats for development
HEX
#9FE9EARGB
rgb(159, 233, 234)HSL
hsl(181, 64%, 77%)OKLCH
oklch(0.886 0.073 197)CMYK
cmyk(32%, 0%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE1E3
2#5EDADC
3#3ED2D5
4#2ABFC1
5#239FA1
6#1C7F81
7#155F61
8#0E4040
9#072020
Tints
Lighter variations
1#A8EBEC
2#B2EDEE
3#BCEFF0
4#C5F2F2
5#CFF4F4
6#D9F6F7
7#E2F8F9
8#ECFBFB
9#F5FDFD
Tones
Muted variations
1#A3E5E6
2#A6E1E2
3#AADEDF
4#AEDADB
5#B2D6D7
6#B5D3D3
7#B9CFD0
8#BDCCCC
9#C1C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9EA | BordersInactive statesPlaceholder text |
| 400 | 6DDD #6DDDDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D3 #43D3D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B6 #28B6B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2090 #209092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1767 #176769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F8F9;
--sky-blue-200: #C9F2F3;
--sky-blue-300: #9FE9EA;
--sky-blue-400: #6DDDDF;
--sky-blue-500: #43D3D6;
--sky-blue-600: #28B6B8;
--sky-blue-700: #209092;
--sky-blue-800: #176769;
--sky-blue-900: #0F4243;
--sky-blue-950: #09292A;
}