Teal
#2B7D88
CyanColor Codes
All color formats for development
HEX
#2B7D88RGB
rgb(43, 125, 136)HSL
hsl(187, 52%, 35%)OKLCH
oklch(0.546 0.079 207.7)CMYK
cmyk(68%, 8%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27707A
2#22646D
3#1E575F
4#1A4B51
5#153E44
6#113236
7#0D2529
8#09191B
9#040C0E
Tints
Lighter variations
1#3394A1
2#3BABBA
3#4FB9C7
4#68C3CF
5#81CDD7
6#9AD7DF
7#B3E1E7
8#CDEBEF
9#E6F5F7
Tones
Muted variations
1#2F7983
2#34767E
3#39727A
4#3D6F75
5#426B70
6#47676C
7#4B6467
8#506063
9#555D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEB #CDEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6DC #A6DCE3 | BordersInactive statesPlaceholder text |
| 400 | 77C9 #77C9D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51BA #51BAC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 369D #369DAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B7D #2B7D88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F59 #1F5961 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1439 #14393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C24 #0C2427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFB;
--teal-100: #E4F4F6;
--teal-200: #CDEBEF;
--teal-300: #A6DCE3;
--teal-400: #77C9D4;
--teal-500: #51BAC8;
--teal-600: #369DAB;
--teal-700: #2B7D88;
--teal-800: #1F5961;
--teal-900: #14393E;
--teal-950: #0C2427;
}