Sky Blue
#9BE0EE
CyanColor Codes
All color formats for development
HEX
#9BE0EERGB
rgb(155, 224, 238)HSL
hsl(190, 71%, 77%)OKLCH
oklch(0.866 0.071 211.7)CMYK
cmyk(35%, 6%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79D6E8
2#58CBE3
3#36C1DD
4#22AEC9
5#1C91A8
6#177486
7#115765
8#0B3A43
9#061D22
Tints
Lighter variations
1#A5E3F0
2#AFE6F1
3#B9E9F3
4#C3ECF5
5#CDF0F6
6#D7F3F8
7#E1F6FA
8#EBF9FC
9#F5FCFD
Tones
Muted variations
1#9FDDEA
2#A3DBE6
3#A7D8E1
4#ABD5DD
5#B0D2D9
6#B4CFD5
7#B8CDD1
8#BCCACD
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EE #C6EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE0 #9BE0EE | BordersInactive statesPlaceholder text |
| 400 | 66D0 #66D0E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BC3 #3BC3DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21A5 #21A5C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A83 #1A8399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 125E #125E6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3C #0C3C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0726 #07262C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F6FA;
--sky-blue-200: #C6EEF5;
--sky-blue-300: #9BE0EE;
--sky-blue-400: #66D0E5;
--sky-blue-500: #3BC3DE;
--sky-blue-600: #21A5C0;
--sky-blue-700: #1A8399;
--sky-blue-800: #125E6D;
--sky-blue-900: #0C3C46;
--sky-blue-950: #07262C;
}