Sky Blue
#75CBD7
CyanColor Codes
All color formats for development
HEX
#75CBD7RGB
rgb(117, 203, 215)HSL
hsl(187, 55%, 65%)OKLCH
oklch(0.792 0.085 207.2)CMYK
cmyk(46%, 6%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BC2CF
2#41B8C8
3#34A5B4
4#2D8D9A
5#257680
6#1E5E67
7#16474D
8#0F2F33
9#07181A
Tints
Lighter variations
1#82D1DB
2#90D6DF
3#9EDBE3
4#ACE0E7
5#BAE5EB
6#C8EAEF
7#D5F0F3
8#E3F5F7
9#F1FAFB
Tones
Muted variations
1#7AC8D2
2#7EC4CD
3#83C0C8
4#88BCC3
5#8DB9BE
6#92B5B9
7#97B1B4
8#9CADB0
9#A1AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEC #CCECF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DD #A4DDE5 | BordersInactive statesPlaceholder text |
| 400 | 75CB #75CBD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DBD #4DBDCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A0 #32A0AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287F #287F8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5B #1D5B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F5F7;
--sky-blue-200: #CCECF0;
--sky-blue-300: #A4DDE5;
--sky-blue-400: #75CBD7;
--sky-blue-500: #4DBDCB;
--sky-blue-600: #32A0AE;
--sky-blue-700: #287F8A;
--sky-blue-800: #1D5B63;
--sky-blue-900: #123A3F;
--sky-blue-950: #0B2428;
}