Sky Blue
#67E4BF
GreenColor Codes
All color formats for development
HEX
#67E4BFRGB
rgb(103, 228, 191)HSL
hsl(162, 70%, 65%)OKLCH
oklch(0.838 0.125 171.1)CMYK
cmyk(55%, 0%, 16%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFB3
2#2FDAA7
3#23C595
4#1EA97F
5#198D6A
6#147155
7#0F5540
8#0A382A
9#051C15
Tints
Lighter variations
1#76E7C5
2#86EACC
3#95ECD2
4#A4EFD8
5#B3F2DF
6#C2F4E5
7#D1F7EC
8#E1FAF2
9#F0FCF9
Tones
Muted variations
1#6EDEBC
2#74D8BA
3#7AD1B7
4#80CBB5
5#87C5B2
6#8DBFB0
7#93B8AD
8#99B2AB
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD5 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4BF | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9872 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4534 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E1FAF2;
--sky-blue-200: #C7F5E7;
--sky-blue-300: #9BEDD5;
--sky-blue-400: #67E4BF;
--sky-blue-500: #3CDDAC;
--sky-blue-600: #22BF90;
--sky-blue-700: #1B9872;
--sky-blue-800: #136C52;
--sky-blue-900: #0C4534;
--sky-blue-950: #082B21;
}