Sky Blue
#95E8F3
CyanColor Codes
All color formats for development
HEX
#95E8F3RGB
rgb(149, 232, 243)HSL
hsl(187, 80%, 77%)OKLCH
oklch(0.882 0.082 206.4)CMYK
cmyk(39%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72E1EF
2#4FD9EB
3#2BD2E7
4#18BED4
5#149EB1
6#107F8D
7#0C5F6A
8#083F47
9#042023
Tints
Lighter variations
1#A0EBF4
2#ABEDF6
3#B5EFF7
4#C0F1F8
5#CAF4F9
6#D5F6FA
7#DFF8FB
8#EAFAFD
9#F4FDFE
Tones
Muted variations
1#9AE5EF
2#9FE1EA
3#A4DEE5
4#A8DAE1
5#ADD6DC
6#B2D3D7
7#B6CFD2
8#BBCCCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E8 #95E8F3 | BordersInactive statesPlaceholder text |
| 400 | 5EDC #5EDCED | Disabled statesSecondary iconsMuted text |
| 500 | 30D3 #30D3E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B5 #16B5CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1290 #1290A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D67 #0D6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #084249 | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF8FB;
--sky-blue-200: #C3F2F8;
--sky-blue-300: #95E8F3;
--sky-blue-400: #5EDCED;
--sky-blue-500: #30D3E8;
--sky-blue-600: #16B5CA;
--sky-blue-700: #1290A1;
--sky-blue-800: #0D6773;
--sky-blue-900: #084249;
--sky-blue-950: #05292E;
}