Sky Blue
#90F9E9
CyanColor Codes
All color formats for development
HEX
#90F9E9RGB
rgb(144, 249, 233)HSL
hsl(171, 90%, 77%)OKLCH
oklch(0.914 0.101 183.1)CMYK
cmyk(42%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7E2
2#45F5DB
3#20F3D4
4#0CE0C0
5#0ABBA0
6#089580
7#067060
8#044B40
9#022520
Tints
Lighter variations
1#9BFAEB
2#A6FAEE
3#B1FBF0
4#BCFBF2
5#C7FCF4
6#D2FDF6
7#DEFDF8
8#E9FEFB
9#F4FEFD
Tones
Muted variations
1#95F4E6
2#9AEFE2
3#9FE9DE
4#A5E4DB
5#AADFD7
6#AFD9D3
7#B5D4CF
8#BACFCC
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 #C0FCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E9 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6DE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | 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: #C0FCF3;
--sky-blue-300: #90F9E9;
--sky-blue-400: #55F6DE;
--sky-blue-500: #25F4D5;
--sky-blue-600: #0BD5B7;
--sky-blue-700: #09AA91;
--sky-blue-800: #067968;
--sky-blue-900: #044E43;
--sky-blue-950: #03302A;
}