Sky Blue
#90F9E8
CyanColor Codes
All color formats for development
HEX
#90F9E8RGB
rgb(144, 249, 232)HSL
hsl(170, 90%, 77%)OKLCH
oklch(0.914 0.101 182.4)CMYK
cmyk(42%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7E0
2#45F5D8
3#20F3D0
4#0CE0BC
5#0ABB9D
6#08957E
7#06705E
8#044B3F
9#02251F
Tints
Lighter variations
1#9BFAEA
2#A6FAEC
3#B1FBEF
4#BCFBF1
5#C7FCF3
6#D2FDF6
7#DEFDF8
8#E9FEFA
9#F4FEFD
Tones
Muted variations
1#95F4E4
2#9AEFE1
3#9FE9DD
4#A5E4D9
5#AADFD6
6#AFD9D2
7#B5D4CF
8#BACFCB
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E8 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6DB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFC;
--sky-blue-100: #DDFDF8;
--sky-blue-200: #C0FCF2;
--sky-blue-300: #90F9E8;
--sky-blue-400: #55F6DB;
--sky-blue-500: #25F4D1;
--sky-blue-600: #0BD5B4;
--sky-blue-700: #09AA8F;
--sky-blue-800: #067966;
--sky-blue-900: #044E41;
--sky-blue-950: #033029;
}