Sky Blue

#95F3CC

Green

Color Codes

All color formats for development

HEX
#95F3CC
RGB
rgb(149, 243, 204)
HSL
hsl(155, 80%, 77%)
OKLCH
oklch(0.895 0.106 165.8)
CMYK
cmyk(39%, 0%, 16%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

15.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#72EFBB
2#4FEBAA
3#2BE799
4#18D486
5#14B16F
6#108D59
7#0C6A43
8#08472D
9#042316

Tints

Lighter variations

1#A0F4D1
2#ABF6D6
3#B5F7DB
4#C0F8E1
5#CAF9E6
6#D5FAEB
7#DFFBF0
8#EAFDF5
9#F4FEFA

Tones

Muted variations

1#9AEFCB
2#9FEACB
3#A4E5CA
4#A8E1C9
5#ADDCC8
6#B2D7C7
7#B6D2C7
8#BBCEC6
9#C0C9C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF0
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E2
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3CC
BordersInactive statesPlaceholder text
400
5EED
#5EEDB2
Disabled statesSecondary iconsMuted text
500
30E8
#30E89C
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA7F
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A165
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7348
Text on light backgroundsHeadingsStrong borders
900
0849
#08492E
Primary textHigh emphasis contentDark headings
950
052E
#052E1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDF8;
  --sky-blue-100: #DFFBF0;
  --sky-blue-200: #C3F8E2;
  --sky-blue-300: #95F3CC;
  --sky-blue-400: #5EEDB2;
  --sky-blue-500: #30E89C;
  --sky-blue-600: #16CA7F;
  --sky-blue-700: #12A165;
  --sky-blue-800: #0D7348;
  --sky-blue-900: #08492E;
  --sky-blue-950: #052E1D;
}
Generate More ShadesCreate PaletteConvert Color