Sky Blue
#95F3E8
CyanColor Codes
All color formats for development
HEX
#95F3E8RGB
rgb(149, 243, 232)HSL
hsl(173, 80%, 77%)OKLCH
oklch(0.903 0.091 186.2)CMYK
cmyk(39%, 0%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFE1
2#4FEBD9
3#2BE7D2
4#18D4BE
5#14B19E
6#108D7F
7#0C6A5F
8#08473F
9#042320
Tints
Lighter variations
1#A0F4EB
2#ABF6ED
3#B5F7EF
4#C0F8F1
5#CAF9F4
6#D5FAF6
7#DFFBF8
8#EAFDFA
9#F4FEFD
Tones
Muted variations
1#9AEFE5
2#9FEAE1
3#A4E5DE
4#A8E1DA
5#ADDCD6
6#B2D7D3
7#B6D2CF
8#BBCECC
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDC | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084942 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF8;
--sky-blue-200: #C3F8F2;
--sky-blue-300: #95F3E8;
--sky-blue-400: #5EEDDC;
--sky-blue-500: #30E8D3;
--sky-blue-600: #16CAB5;
--sky-blue-700: #12A190;
--sky-blue-800: #0D7367;
--sky-blue-900: #084942;
--sky-blue-950: #052E29;
}