Sky Blue
#9BE4EE
CyanColor Codes
All color formats for development
HEX
#9BE4EERGB
rgb(155, 228, 238)HSL
hsl(187, 71%, 77%)OKLCH
oklch(0.874 0.074 206.7)CMYK
cmyk(35%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79DBE8
2#58D2E3
3#36C9DD
4#22B6C9
5#1C98A8
6#177986
7#115B65
8#0B3D43
9#061E22
Tints
Lighter variations
1#A5E7F0
2#AFEAF1
3#B9ECF3
4#C3EFF5
5#CDF2F6
6#D7F4F8
7#E1F7FA
8#EBFAFC
9#F5FCFD
Tones
Muted variations
1#9FE1EA
2#A3DEE6
3#A7DBE1
4#ABD8DD
5#B0D4D9
6#B4D1D5
7#B8CED1
8#BCCBCD
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE4 #9BE4EE | BordersInactive statesPlaceholder text |
| 400 | 66D6 #66D6E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BCB #3BCBDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21AD #21ADC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A8A #1A8A99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1262 #12626D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3F #0C3F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0727 #07272C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F7FA;
--sky-blue-200: #C6F0F5;
--sky-blue-300: #9BE4EE;
--sky-blue-400: #66D6E5;
--sky-blue-500: #3BCBDE;
--sky-blue-600: #21ADC0;
--sky-blue-700: #1A8A99;
--sky-blue-800: #12626D;
--sky-blue-900: #0C3F46;
--sky-blue-950: #07272C;
}